calum.org:~#

no-install-recommends

Tags: debian, ubuntu,

Added: 2021-03-01T16:11:53

no-install-recommends

Reduce the number of packages installed

cat > /etc/apt/apt.conf.d/99_norecommends <<EOF
APT::Install-Recommends "false";
APT::Install-Suggests "false";
APT::AutoRemove::RecommendsImportant "false";
APT::AutoRemove::SuggestsImportant "false";
EOF

posted by Calum on 2021-03-01T16:15 under

Add a comment

Your IP:
Please enter 3833884 here: