#557 add equivalent of dnf update for single package
Closed a year ago by rebus. Opened a year ago by rebus.
Unknown source main  into  main

@@ -16,6 +16,12 @@

  

  | Of course, actual package names may vary. For example, `libc6-dev` on Debian maps to `glibc-devel` in the Fedora universe.

  

+ | `apt install --only-upgrade package`

+ 

+ | `dnf update package`

+ 

+ | Updates only already installed package and its dependencies. The `apt install` works for both install and upgrade single package if already installed.

+ 

  | `apt update`

  

  `apt-get update`

add equivalent of dnf update for single package

1 new commit added

  • sorry wring order
a year ago

Pull-Request has been closed by rebus

a year ago
Metadata