pages*: use manned.org as much as possible (part 1) (#13711)

This commit is contained in:
Sebastiaan Speck
2024-09-24 21:47:18 +02:00
committed by GitHub
parent 92bea9a346
commit 6f1be2f15e
141 changed files with 141 additions and 141 deletions

View File

@@ -1,7 +1,7 @@
# aapt
> Android Asset Packaging Tool: compile and package an Android app's resources.
> More information: <https://elinux.org/Android_aapt>.
> More information: <https://manned.org/aapt>.
- List files contained in an APK archive:

View File

@@ -1,7 +1,7 @@
# apk
> Alpine Linux package management tool.
> More information: <https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management>.
> More information: <https://manned.org/apk>.
- Update repository indexes from all remote repositories:

View File

@@ -1,7 +1,7 @@
# arch-chroot
> Enhanced `chroot` command to help in the Arch Linux installation process.
> More information: <https://man.archlinux.org/man/arch-chroot.8>.
> More information: <https://manned.org/arch-chroot.8>.
- Start an interactive shell (Bash, by default) in a new root directory:

View File

@@ -1,7 +1,7 @@
# at
> Executes commands at a specified time.
> More information: <https://man.archlinux.org/man/at.1>.
> More information: <https://manned.org/at.1>.
- Open an `at` prompt to create a new set of scheduled commands, press `Ctrl + D` to save and exit:

View File

@@ -1,7 +1,7 @@
# checkupdates
> Check pending updates in Arch Linux.
> More information: <https://man.archlinux.org/man/checkupdates.8>.
> More information: <https://manned.org/checkupdates.8>.
- List pending updates:

View File

@@ -1,7 +1,7 @@
# genfstab
> Arch Linux install script to generate output suitable for addition to an fstab file.
> More information: <https://man.archlinux.org/man/extra/arch-install-scripts/genfstab.8>.
> More information: <https://manned.org/genfstab.8>.
- Display an fstab compatible output based on a volume label:

View File

@@ -2,7 +2,7 @@
> Find broken library links on the system.
> This tool is only available on Arch Linux.
> More information: <https://man.archlinux.org/man/extra/devtools/lddd.1>.
> More information: <https://manned.org/extra/devtools/lddd.1>.
- Scan directories to find and list packages with broken library links that need to be rebuilt:

View File

@@ -2,7 +2,7 @@
> Create a package which can be used with `pacman`.
> Uses the `PKGBUILD` file in the current working directory by default.
> More information: <https://man.archlinux.org/man/makepkg.8>.
> More information: <https://manned.org/makepkg.8>.
- Make a package:

View File

@@ -1,7 +1,7 @@
# mkinitcpio
> Generates initial ramdisk environments for booting the Linux kernel based on the specified preset(s).
> More information: <https://man.archlinux.org/man/mkinitcpio.8>.
> More information: <https://manned.org/mkinitcpio.8>.
- Perform a dry run (print what would be done without actually doing it):

View File

@@ -1,7 +1,7 @@
# namcap
> Check binary packages and source `PKGBUILD`s for common packaging mistakes.
> More information: <https://man.archlinux.org/man/namcap.1>.
> More information: <https://manned.org/namcap.1>.
- Check a specific `PKGBUILD` file:

View File

@@ -1,7 +1,7 @@
# pacdiff
> Maintenance utility for `.pacorig`, `.pacnew` and `.pacsave` files created by `pacman`.
> More information: <https://man.archlinux.org/man/pacdiff>.
> More information: <https://manned.org/pacdiff>.
- Review files that need maintenance in interactive mode:

View File

@@ -3,7 +3,7 @@
> Operate on the Arch Linux package database.
> Modify certain attributes of the installed packages.
> See also: `pacman`.
> More information: <https://man.archlinux.org/man/pacman.8>.
> More information: <https://manned.org/pacman.8>.
- Mark a package as implicitly installed:

View File

@@ -2,7 +2,7 @@
> Check each dependency specified and return a list of dependencies that are not currently satisfied on the system.
> See also: `pacman`.
> More information: <https://man.archlinux.org/man/pacman.8>.
> More information: <https://manned.org/pacman.8>.
- Print the package names of the dependencies that aren't installed:

View File

@@ -2,7 +2,7 @@
> Arch Linux package manager utility.
> See also: `pacman`, `pkgfile`.
> More information: <https://man.archlinux.org/man/pacman.8>.
> More information: <https://manned.org/pacman.8>.
- Update the package database:

View File

@@ -2,7 +2,7 @@
> Wrapper script for GnuPG used to manage pacman's keyring.
> See also: `pacman`.
> More information: <https://man.archlinux.org/man/pacman-key>.
> More information: <https://manned.org/pacman-key>.
- Initialize the `pacman` keyring:

View File

@@ -2,7 +2,7 @@
> Arch Linux package manager utility.
> See also: `pacman`.
> More information: <https://man.archlinux.org/man/pacman.8>.
> More information: <https://manned.org/pacman.8>.
- List installed packages and versions:

View File

@@ -2,7 +2,7 @@
> Arch Linux package manager utility.
> See also: `pacman`.
> More information: <https://man.archlinux.org/man/pacman.8>.
> More information: <https://manned.org/pacman.8>.
- Remove a package and its dependencies:

View File

@@ -2,7 +2,7 @@
> Arch Linux package manager utility.
> See also: `pacman`.
> More information: <https://man.archlinux.org/man/pacman.8>.
> More information: <https://manned.org/pacman.8>.
- Install a new package:

View File

@@ -2,7 +2,7 @@
> Arch Linux package manager utility.
> See also: `pacman`.
> More information: <https://man.archlinux.org/man/pacman.8>.
> More information: <https://manned.org/pacman.8>.
- Install one or more packages from files:

View File

@@ -3,7 +3,7 @@
> Arch Linux package manager utility.
> See also: `pacman-database`, `pacman-deptest`, `pacman-files`, `pacman-key`, `pacman-mirrors`, `pacman-query`, `pacman-remove`, `pacman-sync`, `pacman-upgrade`.
> For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>.
> More information: <https://man.archlinux.org/man/pacman.8>.
> More information: <https://manned.org/pacman.8>.
- Synchronize and update all packages:

View File

@@ -1,7 +1,7 @@
# pacstrap
> Arch Linux install script to install packages to the specified new root directory.
> More information: <https://man.archlinux.org/man/pacstrap.8>.
> More information: <https://manned.org/pacstrap.8>.
- Install the `base` package, Linux kernel and firmware for common hardware:

View File

@@ -1,7 +1,7 @@
# pactree
> Package dependency tree viewer for pacman.
> More information: <https://man.archlinux.org/man/pactree.8>.
> More information: <https://manned.org/pactree.8>.
- Print the dependency tree of a specific package:

View File

@@ -1,7 +1,7 @@
# picom
> Standalone compositor for Xorg.
> More information: <https://wiki.archlinux.org/title/picom>.
> More information: <https://manned.org/picom>.
- Enable `picom` during a session:

View File

@@ -1,7 +1,7 @@
# pkgctl auth
> Authenticate `pkgctl` with services like GitLab.
> More information: <https://man.archlinux.org/man/pkgctl-auth.1>.
> More information: <https://manned.org/pkgctl-auth.1>.
- Authenticate `pkgctl` with the GitLab instance:

View File

@@ -1,7 +1,7 @@
# pkgctl build
> Build packages inside a clean `chroot`.
> More information: <https://man.archlinux.org/man/pkgctl-build.1>.
> More information: <https://manned.org/pkgctl-build.1>.
- Automatically choose the right build script to build packages in a clean `chroot`:

View File

@@ -1,7 +1,7 @@
# pkgctl db update
> Update the `pacman` database as final release step for packages that have been transferred and staged on <https://repos.archlinux.org>.
> More information: <https://man.archlinux.org/man/pkgctl-db-update.1>.
> More information: <https://manned.org/pkgctl-db-update.1>.
- Update the binary repository as final release step:

View File

@@ -2,7 +2,7 @@
> Compare package files using different modes.
> See also: `pkgctl`.
> More information: <https://man.archlinux.org/man/pkgctl-diff.1>.
> More information: <https://manned.org/pkgctl-diff.1>.
- Compare package files in tar content [l]ist different mode (default):

View File

@@ -1,7 +1,7 @@
# pkgctl release
> Release step to commit, tag and upload build artifacts.
> More information: <https://man.archlinux.org/man/pkgctl-release.1>.
> More information: <https://manned.org/pkgctl-release.1>.
- Release a build artifact:

View File

@@ -2,7 +2,7 @@
> Manage Git packaging repositories and their configuration for Arch Linux.
> See also: `pkgctl`.
> More information: <https://man.archlinux.org/man/pkgctl-repo.1>.
> More information: <https://manned.org/pkgctl-repo.1>.
- Clone a package repository (requires setting an SSH key in your Arch Linux GitLab account):

View File

@@ -1,7 +1,7 @@
# pkgctl
> Unified command-line frontend for Arch Linux devtools.
> More information: <https://man.archlinux.org/man/pkgctl.1>.
> More information: <https://manned.org/pkgctl.1>.
- View documentation for authenticating `pkgctl` with services like GitLab:

View File

@@ -2,7 +2,7 @@
> Search files from packages in the official repositories on Arch-based systems.
> See also: `pacman files`, describing the usage of `pacman --files`.
> More information: <https://man.archlinux.org/man/extra/pkgfile/pkgfile.1>.
> More information: <https://manned.org/extra/pkgfile/pkgfile.1>.
- Synchronize the pkgfile database:

View File

@@ -2,7 +2,7 @@
> Rank a list of Pacman mirrors by connection and opening speed.
> Writes the new mirrorlist to `stdout`.
> More information: <https://wiki.archlinux.org/index.php/mirrors>.
> More information: <https://manned.org/rankmirrors>.
- Rank a mirror list:

View File

@@ -1,7 +1,7 @@
# repo-add
> Package database maintenance utility which enables installation of said package via Pacman.
> More information: <https://man.archlinux.org/man/repo-add>.
> More information: <https://manned.org/repo-add>.
- Create an empty repository:

View File

@@ -1,7 +1,7 @@
# repo-remove
> Package database maintenance utility which removes packages from a local repository.
> More information: <https://man.archlinux.org/man/repo-add>.
> More information: <https://manned.org/repo-add>.
- Remove a package from a local repository:

View File

@@ -1,7 +1,7 @@
# rkhunter
> Searches for rootkits and malware.
> More information: <https://wiki.archlinux.org/title/Rkhunter>.
> More information: <https://manned.org/rkhunter>.
- Check a system for rootkits and malware:

View File

@@ -2,7 +2,7 @@
> XBPS utility to (re)install and update packages.
> See also: `xbps`.
> More information: <https://man.voidlinux.org/xbps-install.1>.
> More information: <https://manned.org/xbps-install.1>.
- Install a new package:

View File

@@ -2,7 +2,7 @@
> XBPS utility to query for package and repository information.
> See also: `xbps`.
> More information: <https://man.voidlinux.org/xbps-query.1>.
> More information: <https://manned.org/xbps-query.1>.
- Search for a package in remote repositories using a regular expression or a keyword (if `--regex` is omitted):

View File

@@ -2,7 +2,7 @@
> XBPS utility to remove packages.
> See also: `xbps`.
> More information: <https://man.voidlinux.org/xbps-remove.1>.
> More information: <https://manned.org/xbps-remove.1>.
- Remove a package: