windvn/mods/apt-clean/data/etc/apt/apt.conf.d/99clean
2022-09-12 08:48:57 +02:00

8 lines
281 B
Plaintext

# Remove downloaded .deb files after installation by apt-get
APT::Keep-Downloaded-Packages "false";
APT::Clean-Installed "true";
# Remove downloaded .deb files after installation by apt
Binary::apt::APT::Keep-Downloaded-Packages "false";
Binary::apt::APT::Clean-Installed "true";