Apt Install Only Update

[Solved] Apt Install Only Update | Shell - Code Explorer | yomemimo.com
Question : apt install only update

Answered by : panicky-pintail-ytxt50xqiql9

#For example if apache2 package is already installed, it will try
#to update to the latest version. If you do not want to install
#new packages; when used in conjunction with install, only-upgrade
#will install upgrades for already installed packages only and ignore
#requests to install new packages.
sudo apt --only-upgrade install apache2

Source : https://www.cyberciti.biz/faq/ubuntu-upgrade-update-single-package-using-apt-get/ | Last Update : Fri, 17 Sep 21

Answers related to apt install only update

Code Explorer Popular Question For Shell