#1675 PR merged
: Relax Debian dependencies (change 'Recommends' to 'Suggests')¶
Labels: enhancement
, fixed / solved / done
OliverO2 opened issue at 2018-01-03 21:34:¶
As of ReaR version 2.3, a Debian installation pulls in packages which
are only used in specific configurations:
nfs-client, portmap, xorriso, isolinux
. Along with indirect
dependencies, this installs lots of unnecessary packages on systems not
requiring the respective functionality.
This PR aims to reduce dependency bloat by default. Unlike recommended
packages, suggested packages will not be installed by default, but can
be pulled in on demand via the apt
option --install-suggests
.
The PR includes additional dependencies for #1659.
Maybe even some required dependencies could be relaxed to suggestions,
for example: syslinux[!ppc64el], syslinux-common[!ppc64el]
gdha commented at 2018-01-04 08:32:¶
@OliverO2 Excellent idea. @schlomo suggested this long time ago, but we never came to it.
[Export of Github issue for rear/rear.]