pkgextract on AUR (Arch User Repository)

Last updated: June 29,2024

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

$ yay -S pkgextract

* (Optional) Uninstall pkgextract on Arch using YAY

$ yay -Rns pkgextract

2. Manually Install "pkgextract" via AUR

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

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

b. Clone pkgextract's git locally

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

c. Go to ~/pkgextract folder and install it

$ cd ~/pkgextract $ makepkg -si

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

ID: 203990
Name: pkgextract
PackageBaseID: 13872
PackageBase: pkgextract
Version: 0.2-3
Description: This script extracts rpm and deb archives
URL: http://www.archlinux.org/
NumVotes: 84
Popularity: 0
OutOfDate:
Maintainer: Dragonlord
Submitter:
FirstSubmitted: 1195584661
LastModified: 1435506955
URLPath: /cgit/aur.git/snapshot/pkgextract.tar.gz