haskell-hgettext on AUR (Arch User Repository)

Last updated: December 25,2024

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

$ yay -S haskell-hgettext

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

$ yay -Rns haskell-hgettext

2. Manually Install "haskell-hgettext" via AUR

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

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

b. Clone haskell-hgettext's git locally

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

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

$ cd ~/haskell-hgettext $ makepkg -si

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