hugs on AUR (Arch User Repository)
Last updated: February 02,2025
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
Copied
b. Install hugs on Arch using YAY
$
yay -S
hugs
Copied
* (Optional) Uninstall hugs on Arch using YAY
$
yay -Rns
hugs
Copied
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
Copied
b. Clone hugs's git locally
$
git clone https://aur.archlinux.org/hugs.git
~/hugs
Copied
c. Go to ~/hugs folder and install it
$
cd
~/hugs
Copied
$
makepkg -si
Copied
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
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