Weird command structure to update a package
Jerry Geis
jerry.geis at gmail.com
Thu Feb 3 18:06:09 UTC 2022
Coming from CentOS world it was straight forward to update a package.
yum update Package
for example....
Unless I have found bad information this is the seemingly not
straightforward manor to update a package on Ubuntu...
$ sudo apt-get update
$ sudo apt-get --only-upgrade install Package
$ sudo apt-get install Package
It "seems" to me that its the job of the programmer to "hide"
silliness that is the above.
Seems like
sudo apt-get update Package or that is not possible "sudo apt-get
update-package Package"
and behind the scenes hide anything else that needs done - is a possible
solution.
Just a new-comers observation.
Jerry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20220203/89012b73/attachment.html>
More information about the ubuntu-users
mailing list