Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 212 Bytes

how-to-update-all-packages.md

File metadata and controls

10 lines (6 loc) · 212 Bytes

How to update all packages

apt update && apt upgrade
  • apt update - will update package list to the latest version
  • apt upgrade - will upgrade all packages installed that has fresh updates