libical2 on AUR (Arch User Repository)

Last updated: May 14,2024

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

$ yay -S libical2

* (Optional) Uninstall libical2 on Arch using YAY

$ yay -Rns libical2

2. Manually Install "libical2" via AUR

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

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

b. Clone libical2's git locally

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

c. Go to ~/libical2 folder and install it

$ cd ~/libical2 $ makepkg -si

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

ID: 515069
Name: libical2
PackageBaseID: 132955
PackageBase: libical2
Version: 2.0.0-1
Description: An open source reference implementation of the icalendar data type and serialization format (version 2)
URL: https://github.com/libical/libical
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: martimcfly
FirstSubmitted: 1527720713
LastModified: 1527720713
URLPath: /cgit/aur.git/snapshot/libical2.tar.gz

5. The same packages on other Linux Distributions