libversion on AUR (Arch User Repository)

Last updated: November 07,2024

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

$ yay -S libversion

* (Optional) Uninstall libversion on Arch using YAY

$ yay -Rns libversion

2. Manually Install "libversion" via AUR

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

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

b. Clone libversion's git locally

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

c. Go to ~/libversion folder and install it

$ cd ~/libversion $ makepkg -si

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

ID: 1205443
Name: libversion
PackageBaseID: 162843
PackageBase: libversion
Version: 3.0.3-1
Description: Advanced version string comparison library
URL: https://github.com/repology/libversion
NumVotes: 1
Popularity: 0.005127
OutOfDate:
Maintainer: KokaKiwi
Submitter: KokaKiwi
FirstSubmitted: 1612342348
LastModified: 1675366248
URLPath: /cgit/aur.git/snapshot/libversion.tar.gz

5. The same packages on other Linux Distributions