Plasma update?
Ralf Mardorf
kde.lists at yahoo.com
Tue Dec 20 17:52:10 UTC 2022
On Wed, 2022-12-21 at 01:06 +0800, Bret Busby wrote:
> What is the difference (or, what are the differences) between apt clean
> and apt autoclean?
If an option isn't provided by the apt man page, the option most likely
is the same, as mentioned by the apt-get man page.
"clean
clean clears out the local repository of retrieved package files. It removes
everything but the lock file from /var/cache/apt/archives/ and
/var/cache/apt/archives/partial/.
autoclean (and the auto-clean alias since 1.1)
Like clean, autoclean clears out the local repository of retrieved package files. The
difference is that it only removes package files that can no longer be downloaded, and
are largely useless. This allows a cache to be maintained over a long period without
it growing out of control. The configuration option APT::Clean-Installed will prevent
installed packages from being erased if it is set to off."
- https://manpages.ubuntu.com/manpages/jammy/man8/apt-get.8.html
More information about the ubuntu-users
mailing list