immer on AUR (Arch User Repository)

Last updated: November 05,2024

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

$ yay -S immer

* (Optional) Uninstall immer on Arch using YAY

$ yay -Rns immer

2. Manually Install "immer" via AUR

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

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

b. Clone immer's git locally

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

c. Go to ~/immer folder and install it

$ cd ~/immer $ makepkg -si

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

ID: 683219
Name: immer
PackageBaseID: 147913
PackageBase: immer
Version: 0.6.2-1
Description: Postmodern immutable and persistent data structures for C++
URL: https://sinusoid.es/immer
NumVotes: 0
Popularity: 0
OutOfDate: 1655832930
Maintainer: takagiy
FirstSubmitted: 1578301304
LastModified: 1578301304
URLPath: /cgit/aur.git/snapshot/immer.tar.gz

5. The same packages on other Linux Distributions