kondo on AUR (Arch User Repository)

Last updated: June 06,2024

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

$ yay -S kondo

* (Optional) Uninstall kondo on Arch using YAY

$ yay -Rns kondo

2. Manually Install "kondo" via AUR

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

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

b. Clone kondo's git locally

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

c. Go to ~/kondo folder and install it

$ cd ~/kondo $ makepkg -si

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

ID: 1017990
Name: kondo
PackageBaseID: 174979
PackageBase: kondo
Version: 0.5-1
Description: Save disk space by cleaning non-essential files from software projects
URL: https://github.com/tbillington/kondo
NumVotes: 1
Popularity: 0.875142
OutOfDate:
Maintainer: grawlinson
FirstSubmitted: 1642036451
LastModified: 1642036451
URLPath: /cgit/aur.git/snapshot/kondo.tar.gz

5. The same packages on other Linux Distributions