Manually Run Linux Updates
- by Vince
-
in Blog
-
Hits: 2218
I've been playing on an Ubuntu machine recently which was not set to automatically update. The following commands will acquire the updates and install them. First run:
sudo apt-get update
You will be prompted for an elevated account password which will then be followed by a list of sites, sources and packages scrolling up your screen. At the end, you should see "Reading package lists... Done" at which point, run the following: