MoonPoint Support Logo

 




Advanced Search
September
Sun Mon Tue Wed Thu Fri Sat
   
17 18 19
20 21 22 23 24 25 26
27 28 29 30      
2026
Months
Sep
Oct Nov Dec


Thu, Sep 17, 2026 2:52 pm

Checking on which Debian packages need updating and updating all of them

To check on which Debian packages may need updating and update all for which upgrades are available on an Ubuntu Linux system, you can take the following steps:
  1. Update the package lists

    Open a terminal window and fetch the latest information about available updates from the remote repositories:

    sudo apt update
  2. List packages with available updates

    List every installed package that has a newer version ready to install:

    apt list --upgradable
  3. Simulate the update (optional)

    Perform a dry run to see exactly which packages will be upgraded or installed without making any actual system changes:

    sudo apt upgrade -s
  4. Apply the updates

    Upgrade all available packages to their latest versions:

    sudo apt upgrade

    To automatically perform distribution upgrades that may add or remove dependencies to complete the update, use sudo apt dist-upgrade or sudo apt full-upgrade instead.

[/os/unix/linux/ubuntu] permanent link

Valid HTML 4.01 Transitional

Privacy Policy   Contact

Blosxom logo