티스토리 뷰

NixLog

upgrade specific package on Ubuntu

135th 2017. 1. 25. 11:42

You just need to do apt-get install --only-upgrade <packagename>. This will upgrade only that single package, and only if it is installed.

If you wish to install the package if it doesn't exist, or upgrade it if it does, you may leave out --only-upgrade.

How to upgrade a single package using apt-get? - Ask Ubuntu


댓글