Upgrade problem after system failure, help please...

Liam Proven lproven at gmail.com
Fri Jan 27 11:45:28 UTC 2017


On 26 January 2017 at 00:19, Jay Ridgley <jridgley2 at austin.rr.com> wrote:
> sudo apt-get check && sudo apt-get update && sudo apt-get dist-upgrade


Wrong in multiple ways.

[1] Don't chain them unless you know what you're doing. No offence but
you don't appear to know. So don't.

[2]

> sudo apt-get check

Not needed.

> && sudo apt-get update

Obsolete. Use:

sudo apt update

> && sudo apt-get dist-upgrade

Obsolete. Use:

sudo apt full-upgrade

Optionally add ``-y'' on the end if you want to automate it, as you seem to.



-- 
Liam Proven • Profile: https://about.me/liamproven
Email: lproven at cix.co.uk • Google Mail/Talk/Plus: lproven at gmail.com
Twitter/Facebook/Flickr: lproven • Skype/LinkedIn/AIM/Yahoo: liamproven
UK: +44 7939-087884 • ČR/WhatsApp/Telegram/Signal: +420 702 829 053




More information about the ubuntu-users mailing list