setutils on AUR (Arch User Repository)

Last updated: July 02,2024

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

$ yay -S setutils

* (Optional) Uninstall setutils on Arch using YAY

$ yay -Rns setutils

2. Manually Install "setutils" via AUR

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

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

b. Clone setutils's git locally

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

c. Go to ~/setutils folder and install it

$ cd ~/setutils $ makepkg -si

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

ID: 420605
Name: setutils
PackageBaseID: 123421
PackageBase: setutils
Version: 1.0.0-1
Description: Commandline utilities for working with sets (difference, union, intersection) and shared library (C/C++)
URL: http://github.com/kata198/setutils
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: kata198
Submitter: kata198
FirstSubmitted: 1497743421
LastModified: 1497743421
URLPath: /cgit/aur.git/snapshot/setutils.tar.gz