apt-docs on AUR (Arch User Repository)

Last updated: September 28,2024

1. Install "apt-docs" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install apt-docs on Arch using YAY

$ yay -S apt-docs

* (Optional) Uninstall apt-docs on Arch using YAY

$ yay -Rns apt-docs

2. Manually Install "apt-docs" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone apt-docs's git locally

$ git clone https://aur.archlinux.org/apt-docs.git ~/apt-docs

c. Go to ~/apt-docs folder and install it

$ cd ~/apt-docs $ makepkg -si

3. Information about the apt-docs package on Arch User Repository (AUR)

ID: 1035412
Name: apt-docs
PackageBaseID: 66666
PackageBase: apt
Version: 2.3.15-1
Description: Documentation for apt
URL: https://salsa.debian.org/apt-team/apt
NumVotes: 38
Popularity: 0.000519
OutOfDate:
Maintainer: moe_narrow
FirstSubmitted: 1359249610
LastModified: 1644621420
URLPath: /cgit/aur.git/snapshot/apt-docs.tar.gz

5. The same packages on other Linux Distributions