Chromium snap package was out of date

Richmond dnomhcir at gmx.com
Mon Sep 2 09:52:29 UTC 2024


Liam Proven wrote:
> On Thu, 29 Aug 2024 at 17:32, Ian Bruntlett <ian.bruntlett at gmail.com> wrote:
>> Shouldn''t there be two ampersands each rather than one ampersand each used in your above examples?
> If we're counting punctuation can we talk about quotation marks? :-D
>
> No, seriously, you're right.
>
> I was typing on a Mac as I am now so I couldn't immediately check. I
> am in the middle of moving house and all my NAS boxes and test laptops
> are in boxes... somewhere.
>
> TBH I normally use:
>
> sudo -s
> apt update ; apt full-upgrade
>
> More correct and better is:
>
> apt update && apt full-upgrade.
>
> `;` just moves from one command to another.
>
> `&&` only continues if the prior step concludes successfully.
>
> (AIUI!)
>
I usually use:

sudo aptitude update
sudo aptitude safe-upgrade

because that's what I did on Debian. I am new to Ubuntu.




More information about the ubuntu-users mailing list