linux package managers: add link to ArchWiki Rosetta (#9507)
Affected pages: apt, dnf, dpkg, emerge, pacman, rpm, yum, zypper
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
> Package management utility for Debian based distributions.
|
||||
> Recommended replacement for `apt-get` when used interactively in Ubuntu versions 16.04 and later.
|
||||
> For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>.
|
||||
> More information: <https://manpages.debian.org/latest/apt/apt.8.html>.
|
||||
|
||||
- Update the list of available packages and versions (it's recommended to run this before other `apt` commands):
|
||||
|
@@ -1,6 +1,7 @@
|
||||
# dnf
|
||||
|
||||
> Package management utility for RHEL, Fedora, and CentOS (replaces yum).
|
||||
> For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>.
|
||||
> More information: <https://dnf.readthedocs.io>.
|
||||
|
||||
- Upgrade installed packages to the newest available versions:
|
||||
|
@@ -2,6 +2,7 @@
|
||||
|
||||
> Debian package manager.
|
||||
> Some subcommands such as `dpkg deb` have their own usage documentation.
|
||||
> For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>.
|
||||
> More information: <https://manpages.debian.org/latest/dpkg/dpkg.html>.
|
||||
|
||||
- Install a package:
|
||||
|
@@ -1,6 +1,7 @@
|
||||
# emerge
|
||||
|
||||
> Gentoo Linux package manager utility.
|
||||
> For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>.
|
||||
> More information: <https://wiki.gentoo.org/wiki/Portage#emerge>.
|
||||
|
||||
- Synchronize all packages:
|
||||
|
@@ -2,6 +2,7 @@
|
||||
|
||||
> Arch Linux package manager utility.
|
||||
> Some subcommands such as `pacman sync` have their own usage documentation.
|
||||
> For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>.
|
||||
> More information: <https://man.archlinux.org/man/pacman.8>.
|
||||
|
||||
- Synchronize and update all packages:
|
||||
|
@@ -1,6 +1,7 @@
|
||||
# rpm
|
||||
|
||||
> RPM Package Manager.
|
||||
> For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>.
|
||||
> More information: <https://rpm.org/>.
|
||||
|
||||
- Show version of httpd package:
|
||||
|
@@ -1,6 +1,7 @@
|
||||
# yum
|
||||
|
||||
> Package management utility for RHEL, Fedora, and CentOS (for older versions).
|
||||
> For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>.
|
||||
> More information: <https://manned.org/yum>.
|
||||
|
||||
- Install a new package:
|
||||
|
@@ -1,6 +1,7 @@
|
||||
# zypper
|
||||
|
||||
> SUSE & openSUSE package management utility.
|
||||
> For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>.
|
||||
> More information: <https://en.opensuse.org/SDB:Zypper_manual>.
|
||||
|
||||
- Synchronize list of packages and versions available:
|
||||
|
Reference in New Issue
Block a user