mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
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.
|
| 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 update`
|
||||||
|
|
||||||
`apt-get update`
|
`apt-get update`
|
||||||
|
|
Loading…
Reference in a new issue