haskell-multimap on AUR (Arch User Repository)

Last updated: June 30,2024

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

$ yay -S haskell-multimap

* (Optional) Uninstall haskell-multimap on Arch using YAY

$ yay -Rns haskell-multimap

2. Manually Install "haskell-multimap" via AUR

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

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

b. Clone haskell-multimap's git locally

$ git clone https://aur.archlinux.org/haskell-multimap.git ~/haskell-multimap

c. Go to ~/haskell-multimap folder and install it

$ cd ~/haskell-multimap $ makepkg -si

3. Information about the haskell-multimap package on Arch User Repository (AUR)

ID: 503027
Name: haskell-multimap
PackageBaseID: 131607
PackageBase: haskell-multimap
Version: 1.2.1-1
Description: A simple Multimap based on Data.Map from the containers package.
URL: http://hackage.haskell.org/package/multimap
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: pdxleif
FirstSubmitted: 1523756650
LastModified: 1523756650
URLPath: /cgit/aur.git/snapshot/haskell-multimap.tar.gz