pkgbrowser on AUR (Arch User Repository)

Last updated: May 20,2024

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

$ yay -S pkgbrowser

* (Optional) Uninstall pkgbrowser on Arch using YAY

$ yay -Rns pkgbrowser

2. Manually Install "pkgbrowser" via AUR

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

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

b. Clone pkgbrowser's git locally

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

c. Go to ~/pkgbrowser folder and install it

$ cd ~/pkgbrowser $ makepkg -si

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

ID: 1335621
Name: pkgbrowser
PackageBaseID: 48372
PackageBase: pkgbrowser
Version: 0.28-2
Description: A utility for browsing pacman databases and the AUR
URL: https://codeberg.org/kachelaqa/pkgbrowser
NumVotes: 279
Popularity: 0.008248
OutOfDate: 1710541487
Maintainer: kachelaqa
Submitter: kachelaqa
FirstSubmitted: 1303323531
LastModified: 1697551210
URLPath: /cgit/aur.git/snapshot/pkgbrowser.tar.gz

5. The same packages on other Linux Distributions