ucl on AUR (Arch User Repository)

Last updated: May 11,2024

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

$ yay -S ucl

* (Optional) Uninstall ucl on Arch using YAY

$ yay -Rns ucl

2. Manually Install "ucl" via AUR

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

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

b. Clone ucl's git locally

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

c. Go to ~/ucl folder and install it

$ cd ~/ucl $ makepkg -si

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

ID: 1235374
Name: ucl
PackageBaseID: 192229
PackageBase: ucl
Version: 1.03-9
Description: Portable lossless data compression library written in ANSI C
URL: https://www.oberhumer.com/opensource/ucl/
NumVotes: 6
Popularity: 0.279167
OutOfDate:
Maintainer: tarball
Submitter: arojas
FirstSubmitted: 1680371212
LastModified: 1680371212
URLPath: /cgit/aur.git/snapshot/ucl.tar.gz

5. The same packages on other Linux Distributions