Plasma update?

Bo Berglund bo.berglund at gmail.com
Tue Dec 20 16:57:56 UTC 2022


On Mon, 19 Dec 2022 22:29:03 +0100, Liam Proven <lproven at gmail.com> 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
>
>> But it does not move me to any new release, just keeps installed packages and
>> linux firmware up-to-date as far as the distribution goes...
>
>Correct.
>

Thanks Liam!
As always helpful! :)

I did not know about the clean and purge commands.

-- 
Bo Berglund
Developer in Sweden




More information about the ubuntu-users mailing list