paccat on AUR (Arch User Repository)

Last updated: June 22,2024

1. Install "paccat" 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 paccat on Arch using YAY

$ yay -S paccat

* (Optional) Uninstall paccat on Arch using YAY

$ yay -Rns paccat

2. Manually Install "paccat" via AUR

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

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

b. Clone paccat's git locally

$ git clone https://aur.archlinux.org/paccat.git ~/paccat

c. Go to ~/paccat folder and install it

$ cd ~/paccat $ makepkg -si

3. Information about the paccat package on Arch User Repository (AUR)

ID: 982413
Name: paccat
PackageBaseID: 171979
PackageBase: paccat
Version: 0.2.0-1
Description: Print pacman package files
URL: https://github.com/morganamilo/paccat
NumVotes: 5
Popularity: 0.143035
OutOfDate:
Maintainer: Morganamilo
FirstSubmitted: 1634173918
LastModified: 1635801551
URLPath: /cgit/aur.git/snapshot/paccat.tar.gz

5. The same packages on other Linux Distributions