S
S
Sergey Pugovkin2020-08-15 04:25:14
linux
Sergey Pugovkin, 2020-08-15 04:25:14

How can apt-get stop creating *.dpkg-old, *.ucf-old, etc. files?

How can apt-get stop creating *.dpkg-old, *.ucf-old, etc. files?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
kocherman, 2020-08-15
@Driver86

sudo apt-get -o APT::Clean-Installed=true autoclean --dry-run
# Permanently define APT::Clean-Installed
echo -e 'APT::Clean-Installed true;' | sudo tee /etc/apt/apt.conf.d/80_autoclean_installed

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question