openhab / openhab-linuxpkg

Repo for Linux packages
Eclipse Public License 2.0
18 stars 33 forks source link

Add zip and unzip packages to list of recommended software #141

Closed BClark09 closed 5 years ago

BClark09 commented 5 years ago

Prompted by https://community.openhab.org/t/raspberry-pi-3-b-and-debian-vm-setup-guides/65875

zip and unzip are not necessarily installed by default on Linux distributions. It should be installed by default with openHAB through the packaging system because backup and restore depend on them.

openHAB runs perfectly okay without them, and using backup and restore commands will prompt for an installation of zip/unzip if not found, so the packages should be recommended and not added as a strict dependency.

@openhab/openhabian-maintainers I believe openHABian installs zip and unzip packages through other recommendations and dependencies. So should not affect the install.

BClark09 commented 5 years ago

Package built with changes:

 Package: openhab2
 Source: openhab2
 Version: 2.5.0~20190128205215-1
 Section: java
 Priority: optional
 Architecture: all
 Depends: adduser
 Recommends: zip, unzip
 Suggests: zulu-8 | zulu-embedded-8 | oracle-java8-installer |  openjdk-8-jdk-headless
 Conflicts: openhab2-online, openhab2-offline
 Installed-Size: 77907
 Maintainer: https://community.openhab.org
 Description: openhab2
  Linux installation package for openHAB 2.
 Homepage: www.openhab.org
EliasGabrielsson commented 5 years ago

Yes,zip is installed in openhabian.