diff --git a/pages/linux/apt.md b/pages/linux/apt.md index b18ebe4dfb..0f86dd550b 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 1188e301cc..8007f007d6 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 9bede1390a..4e80a4ea93 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 82777ee359..87ff76ad8e 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 23a6c57a22..4d8d9a25d0 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 00de693438..be28e6f96f 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 d08560ac61..e5dd6322d8 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 ed4a53d2b3..303adfe4f5 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: