• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / How To Upgrade Not Upgraded Packages In Ubuntu

How To Upgrade Not Upgraded Packages In Ubuntu

By Sourabh / January 7, 2024 Category: How To, Ubuntu

How to upgrade all upgradable packages in Ubuntu? Get apt-get list available packages and know which of the following packages have been kept back.

Here is how to check available updates in Ubuntu:

To get a list of upgradeable packages in Ubuntu Linux Systems, use the following command to print the packages list that can be upgraded:

apt list --upgradable

This command is useful as it lists down all those packages that can be upgraded.

Once you get the full list of upgradable packages, one can select the package/software that needs to be upgraded.

Users can manually select and upgrade a single package or upgrade of multiple packages one by one.

Linux Users can manually select and upgrade the single package using the following command:

sudo apt --only-upgrade install package_name

Note that the command apt list –upgradable may not show any new kernel versions available which are to updated or upgraded.

To update the list of packages in the Ubuntu repository; we run “sudo apt update” command to update the list of packages on the repository. Similarly to upgrade the packages that are pending updates, we run “sudo apt upgrade” command.

sudo apt update
sudo apt upgrade

Remember, it’s wise to keep your system updated.

Primary Sidebar

Latest Posts

Ubuntu 25.04 ‘Plucky Puffin’ Is Available To Download

How to Login as Root User in Linux Terminal

Install Firefox In Ubuntu Terminal Command Line

How To Check Kernel Installed Date In Linux Ubuntu

How To List All Kernel Modules That Are Loaded In Ubuntu

Enable Ubuntu Auto Login Without Password

Download Ubuntu 25.04 Official Default Wallpapers

How To Fix Initramfs Error In Ubuntu Command Line

How To Check All Available Kernel Version In Linux Ubuntu

3 Best Artificial Intelligence Domain Name Generators

© 2025 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap