linux package managers: add link to ArchWiki Rosetta (#9507)

Affected pages: apt, dnf, dpkg, emerge, pacman, rpm, yum, zypper
pull/1/head
cyqsimon 2022-12-05 08:57:55 +08:00 committed by GitHub
parent 0d99563193
commit 2d4f0ad33d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 0 deletions

View File

@ -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):

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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: