Upgrade Private Packages For Debian-Based Systems
If y'all are using Debian-based distributions (Debian, Ubuntu, etc), y'all are in all likelihood familiar amongst the apt-get update followed past times the apt-get upgrade routine. That is what I regularly utilization to upgrade ALL packages that accept an update available.
But what if y'all solely desire to upgrade sure as shooting private packages?
apt-get upgrade volition upgrade ALL or nothing. So, that is out of the question.
What y'all request is apt-get install. apt-get install serves dual purposes: install too upgrade. It installs a packet if it is non already installed. If it is already installed, apt-get install volition upgrade the packet to the latest version.
You should all the same operate apt-get update earlier apt-get install. You tin halt specify 1 or to a greater extent than packet names every bit arguments to the apt-get install command.
For example, to upgrade these two packages: libfreetype6, libtiff4:
But what if y'all solely desire to upgrade sure as shooting private packages?
apt-get upgrade volition upgrade ALL or nothing. So, that is out of the question.
What y'all request is apt-get install. apt-get install serves dual purposes: install too upgrade. It installs a packet if it is non already installed. If it is already installed, apt-get install volition upgrade the packet to the latest version.
You should all the same operate apt-get update earlier apt-get install. You tin halt specify 1 or to a greater extent than packet names every bit arguments to the apt-get install command.
For example, to upgrade these two packages: libfreetype6, libtiff4:
$ sudo apt-get update
$ sudo apt-get install libfreetype6 libtiff4
0 Response to "Upgrade Private Packages For Debian-Based Systems"
Post a Comment