cfr on AUR (Arch User Repository)

Last updated: September 28,2024

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

$ yay -S cfr

* (Optional) Uninstall cfr on Arch using YAY

$ yay -Rns cfr

2. Manually Install "cfr" via AUR

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

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

b. Clone cfr's git locally

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

c. Go to ~/cfr folder and install it

$ cd ~/cfr $ makepkg -si

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

ID: 1102366
Name: cfr
PackageBaseID: 76181
PackageBase: cfr
Version: 0.152-1
Description: Another Java decompiler
URL: http://www.benf.org/other/cfr/
NumVotes: 23
Popularity: 0.901088
OutOfDate:
Maintainer: VxlerieUwU
FirstSubmitted: 1386855557
LastModified: 1655978160
URLPath: /cgit/aur.git/snapshot/cfr.tar.gz

5. The same packages on other Linux Distributions