From 2d4f0ad33daef0ad82c54515b0db46614ee2a6d9 Mon Sep 17 00:00:00 2001 From: cyqsimon <28627918+cyqsimon@users.noreply.github.com> Date: Mon, 5 Dec 2022 08:57:55 +0800 Subject: [PATCH] linux package managers: add link to ArchWiki Rosetta (#9507) Affected pages: apt, dnf, dpkg, emerge, pacman, rpm, yum, zypper --- pages/linux/apt.md | 1 + pages/linux/dnf.md | 1 + pages/linux/dpkg.md | 1 + pages/linux/emerge.md | 1 + pages/linux/pacman.md | 1 + pages/linux/rpm.md | 1 + pages/linux/yum.md | 1 + pages/linux/zypper.md | 1 + 8 files changed, 8 insertions(+) diff --git a/pages/linux/apt.md b/pages/linux/apt.md index b18ebe4df..0f86dd550 100644 --- a/pages/linux/apt.md +++ b/pages/linux/apt.md @@ -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 . > More information: . - Update the list of available packages and versions (it's recommended to run this before other `apt` commands): diff --git a/pages/linux/dnf.md b/pages/linux/dnf.md index 1188e301c..8007f007d 100644 --- a/pages/linux/dnf.md +++ b/pages/linux/dnf.md @@ -1,6 +1,7 @@ # dnf > Package management utility for RHEL, Fedora, and CentOS (replaces yum). +> For equivalent commands in other package managers, see . > More information: . - Upgrade installed packages to the newest available versions: diff --git a/pages/linux/dpkg.md b/pages/linux/dpkg.md index 9bede1390..4e80a4ea9 100644 --- a/pages/linux/dpkg.md +++ b/pages/linux/dpkg.md @@ -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 . > More information: . - Install a package: diff --git a/pages/linux/emerge.md b/pages/linux/emerge.md index 82777ee35..87ff76ad8 100644 --- a/pages/linux/emerge.md +++ b/pages/linux/emerge.md @@ -1,6 +1,7 @@ # emerge > Gentoo Linux package manager utility. +> For equivalent commands in other package managers, see . > More information: . - Synchronize all packages: diff --git a/pages/linux/pacman.md b/pages/linux/pacman.md index 23a6c57a2..4d8d9a25d 100644 --- a/pages/linux/pacman.md +++ b/pages/linux/pacman.md @@ -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 . > More information: . - Synchronize and update all packages: diff --git a/pages/linux/rpm.md b/pages/linux/rpm.md index 00de69343..be28e6f96 100644 --- a/pages/linux/rpm.md +++ b/pages/linux/rpm.md @@ -1,6 +1,7 @@ # rpm > RPM Package Manager. +> For equivalent commands in other package managers, see . > More information: . - Show version of httpd package: diff --git a/pages/linux/yum.md b/pages/linux/yum.md index d08560ac6..e5dd6322d 100644 --- a/pages/linux/yum.md +++ b/pages/linux/yum.md @@ -1,6 +1,7 @@ # yum > Package management utility for RHEL, Fedora, and CentOS (for older versions). +> For equivalent commands in other package managers, see . > More information: . - Install a new package: diff --git a/pages/linux/zypper.md b/pages/linux/zypper.md index ed4a53d2b..303adfe4f 100644 --- a/pages/linux/zypper.md +++ b/pages/linux/zypper.md @@ -1,6 +1,7 @@ # zypper > SUSE & openSUSE package management utility. +> For equivalent commands in other package managers, see . > More information: . - Synchronize list of packages and versions available: