windvn/mods/apt-clean/data/etc/apt/apt.conf.d/99clean

8 lines
281 B
Plaintext
Raw Normal View History

2022-09-12 06:48:57 +00:00
# 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";