rzip on AUR (Arch User Repository)

Last updated: May 17,2024

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

$ yay -S rzip

* (Optional) Uninstall rzip on Arch using YAY

$ yay -Rns rzip

2. Manually Install "rzip" via AUR

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

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

b. Clone rzip's git locally

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

c. Go to ~/rzip folder and install it

$ cd ~/rzip $ makepkg -si

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

ID: 1026005
Name: rzip
PackageBaseID: 172992
PackageBase: rzip
Version: 2.1-2
Description: rzip is a compression program, similar in functionality to gzip or bzip2, but able to take advantage long distance redundencies in files, which can sometimes allow rzip to produce much better compression ratios than other programs.
URL: https://rzip.samba.org/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: nathanielc
Submitter: nathanielc
FirstSubmitted: 1636674509
LastModified: 1643227395
URLPath: /cgit/aur.git/snapshot/rzip.tar.gz