hugs on AUR (Arch User Repository)

Last updated: May 14,2024

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

$ yay -S hugs

* (Optional) Uninstall hugs on Arch using YAY

$ yay -Rns hugs

2. Manually Install "hugs" via AUR

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

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

b. Clone hugs's git locally

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

c. Go to ~/hugs folder and install it

$ cd ~/hugs $ makepkg -si

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

ID: 240467
Name: hugs
PackageBaseID: 101978
PackageBase: hugs
Version: 2006.09-1
Description: A functional programming system based on Haskell 98
URL: https://www.haskell.org/hugs/index.html
NumVotes: 11
Popularity: 1.1E-5
OutOfDate:
Maintainer: fzavan
Submitter: fzavan
FirstSubmitted: 1445052053
LastModified: 1445052787
URLPath: /cgit/aur.git/snapshot/hugs.tar.gz