Ubuntu upgrade or update a single package using apt-get
To upgrade or update a single package using apt-get on Ubuntu, you can use the following command: sudo apt-get install –only-upgrade package-name This command will update the specified package to the latest version available in the repositories. Alternatively, you can use the command sudo apt-get update package-name to update the package to the version available … Read more