list apt equivalent of dnf update
This commit is contained in:
parent
c93dcafa78
commit
853b7554a0
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@ APT is the package manager/dependency solver for the Debian ecosystem, i.e. it m
|
|||
|
||||
| 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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue