Page MenuHomePureOS Tracker

Updating system
Updated 2,070 Days AgoPublic

Main PageGeneral RecommendationsUpgrading packages

Updating list of packages and upgrading them


NOTE: Always do update and upgrade before installing any package.

Update software repos

Run in Terminal Emulator (type the text and press ENTER) following command:

sudo apt update

You will be asked for your password type it in and hit ENTER. When the command finishes, your software repos (information about available packages-applications which can be installed) will be updated.

Upgrade system

Run (type the text and press ENTER):

sudo apt upgrade

NOTE: You can also execute sudo apt full-upgrade to force all packages to upgrade.

You will be asked for your password type it in and hit ENTER.
Then you will be asked to proceed, just press ENTER if you want this, press n and then ENTER if you don't.

When the command finishes, all the packages you installed will be upgraded to their latest versions available. Sometimes it is advisable to restart your computer.

One-line command

One-line command to update repos and upgrade system afterwards:

sudo apt update && sudo apt full-upgrade

Last Author
mladen
Last Edited
Aug 19 2018, 08:02

Event Timeline

mladen created this document.Jun 20 2017, 10:39
mladen edited the content of this document. (Show Details)
mladen edited the content of this document. (Show Details)Jul 3 2017, 05:03
mladen edited the content of this document. (Show Details)Oct 27 2017, 12:48
mladen edited the content of this document. (Show Details)Dec 20 2017, 10:51
mladen edited the content of this document. (Show Details)Jan 10 2018, 10:52
mladen edited the content of this document. (Show Details)
mladen changed the title from Upgrading Packages to Udating system.Feb 2 2018, 02:34
mladen changed the title from Udating system to Updating system.Mar 7 2018, 23:40
mladen edited the content of this document. (Show Details)Apr 8 2018, 09:44
mladen changed the edit policy from "All Users" to "Restricted Project (Project)".May 10 2018, 07:49
mladen edited the content of this document. (Show Details)Aug 19 2018, 08:02