sudo update and upgrade

Ubuntu Terminal

Hirosh Tharaka (BSc.Hons, CTFL)
1 min readMay 8, 2019

First step always before updating or installing something is to run

sudo apt-get update.

Second step is to run your

sudo apt-get upgrade or sudo apt-get dist-upgrade.

One final point, if there’s nothing to upgrade, then it won’t upgrade anything.

--

--