How To Upgrade Packages On Ubuntu Via Command Line Tecadmin
This tutorial will help you to update the latest packages on a Ubuntu system. You can also apply only security updates silently via the command line. Update Ubuntu Packages Use the ‘apt update‘ command to download the package information from all the configured sources from all repositories on your system. Then run the upgrade command to upgrade currently installed packages to the latest available versions from the configured sources. Now, run the dist-upgrade which intelligently handles changing dependencies with new versions of packages....