Plasma update?

Bret Busby bret at busby.net
Tue Dec 20 17:06:15 UTC 2022


On 20/12/2022 05:29, Liam Proven wrote:
> On Mon, 19 Dec 2022 at 12:03, Bo Berglund <bo.berglund at gmail.com> wrote:
>>
>> I am under the impression that you need to do this in order to move to the next
>> release of Ubuntu:
>>
>> do-release-upgrade
> 
> That's right. Or on the desktop version, type
> 
> sudo update-manager -d
> 
> ... for the GUI updater.
> 
>> I am doing this weekly to keep my system up-to-date:
>>
>> sudo apt update && sudo apt full-upgrade -y
> 
> Sounds good. If you have snaps, add
> 
> snap refresh
> 
> ... to the end.
> 
> To clear old versions after an update, add:
> 
> apt autoremove
> 
> To empty the package cache, which can get big, add:
> 
> apt clean
> 
> To remove config files as well as binaries, add:
> 
> apt purge
> 
> So I do:
> 
> sudo -s
> apt update ; apt full-upgrade -y ; apt autoremove ; apt clean ; apt
> purge ; snap refresh
> 


What is the difference (or, what are the differences) between apt clean 
and apt autoclean?


..
Bret Busby
Armadale
West Australia
(UTC+0800)
..............





More information about the ubuntu-users mailing list