mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-21 04:36:49 +08:00
linux/*: remove base command page from "See also" (#23917)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
# dconf read
|
||||
|
||||
> Read key values from dconf databases.
|
||||
> See also: `dconf`.
|
||||
> More information: <https://manned.org/dconf>.
|
||||
|
||||
- Print a specific key value:
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
> Install dependencies to build a given package.
|
||||
> Not default to `dnf` but supported via `dnf-plugins-core`.
|
||||
> See also: `dnf`.
|
||||
> More information: <https://dnf-plugins-core.readthedocs.io/en/latest/builddep.html>.
|
||||
|
||||
- Install dependencies for a given package:
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
> Manage DNF configuration options and repositories on Fedora-based systems.
|
||||
> Not default to `dnf` but supported via `dnf-plugins-core`.
|
||||
> See also: `dnf`.
|
||||
> More information: <https://dnf-plugins-core.readthedocs.io/en/latest/config_manager.html>.
|
||||
|
||||
- Add (and enable) a repository from a URL:
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
> Download RPM packages from the DNF repositories.
|
||||
> Not default to `dnf` but supported via `dnf-plugins-core`.
|
||||
> See also: `dnf`.
|
||||
> More information: <https://dnf-plugins-core.readthedocs.io/en/latest/download.html>.
|
||||
|
||||
- Download the latest version of a package to the current directory:
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
> Operate on the Arch Linux package database.
|
||||
> Modify certain attributes of the installed packages.
|
||||
> See also: `pacman`.
|
||||
> More information: <https://manned.org/pacman.8>.
|
||||
|
||||
- Mark a package as implicitly installed:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# pacman --files
|
||||
|
||||
> Query the local files database.
|
||||
> See also: `pacman`, `pkgfile`.
|
||||
> See also: `pkgfile`.
|
||||
> More information: <https://manned.org/pacman.8>.
|
||||
|
||||
- Update the package database:
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
# pacman --query
|
||||
|
||||
> Query the local package database.
|
||||
> See also: `pacman`.
|
||||
> More information: <https://manned.org/pacman.8>.
|
||||
|
||||
- [Q]uery the local package database and list installed packages and versions:
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
# pacman --remove
|
||||
|
||||
> Remove packages from the system.
|
||||
> See also: `pacman`.
|
||||
> More information: <https://manned.org/pacman.8>.
|
||||
|
||||
- [R]emove a package and its dependencies recur[s]ively:
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
# pacman --upgrade
|
||||
|
||||
> Install packages manually from archive files.
|
||||
> See also: `pacman`.
|
||||
> More information: <https://manned.org/pacman.8>.
|
||||
|
||||
- Install one or more packages from files:
|
||||
|
||||
Reference in New Issue
Block a user