bzip on AUR (Arch User Repository)

Last updated: June 23,2024

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

$ yay -S bzip

* (Optional) Uninstall bzip on Arch using YAY

$ yay -Rns bzip

2. Manually Install "bzip" via AUR

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

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

b. Clone bzip's git locally

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

c. Go to ~/bzip folder and install it

$ cd ~/bzip $ makepkg -si

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

ID: 990413
Name: bzip
PackageBaseID: 173185
PackageBase: bzip
Version: 0.21-1
Description: A high-quality data compression program
URL: https://sourceware.org/bzip2/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: chrs
Submitter: chrs
FirstSubmitted: 1637195310
LastModified: 1637195310
URLPath: /cgit/aur.git/snapshot/bzip.tar.gz