haskell-oeis on AUR (Arch User Repository)

Last updated: June 16,2024

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

$ yay -S haskell-oeis

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

$ yay -Rns haskell-oeis

2. Manually Install "haskell-oeis" via AUR

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

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

b. Clone haskell-oeis's git locally

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

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

$ cd ~/haskell-oeis $ makepkg -si

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

ID: 1058507
Name: haskell-oeis
PackageBaseID: 177054
PackageBase: haskell-oeis
Version: 0.3.10-2
Description: Interface to the Online Encyclopedia of Integer Sequences (OEIS)
URL: git://github.com/niteria/oeis.git
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: cafce25
FirstSubmitted: 1647649797
LastModified: 1648559790
URLPath: /cgit/aur.git/snapshot/haskell-oeis.tar.gz

5. The same packages on other Linux Distributions