Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 413 Bytes

Updating-Upgrading.md

File metadata and controls

18 lines (8 loc) · 413 Bytes

Parrot OS can be easily upgraded using the following commands. Note we use
apt parrot-upgrade instead of apt upgrade as Parrot OS has its own upgrade wrapper for apt.

sudo apt update
sudo parrot-upgrade -y Run this ^ command twice. After this the system is fully updated.

If you would like to see which packages will be upgraded before upgrading them:
apt list --upgradeable