ghcide on AUR (Arch User Repository)
Last updated: November 09,2024
1. Install "ghcide" 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 ghcide on Arch using YAY
$
yay -S
ghcide
Copied
* (Optional) Uninstall ghcide on Arch using YAY
$
yay -Rns
ghcide
Copied
2. Manually Install "ghcide" via AUR
a. Ensure you have the base development tools and git installed with:
$
sudo pacman -S --needed
base-devel git
Copied
b. Clone ghcide's git locally
$
git clone https://aur.archlinux.org/ghcide.git
~/ghcide
Copied
c. Go to ~/ghcide folder and install it
$
cd
~/ghcide
Copied
$
makepkg -si
Copied
3. Information about the ghcide package on Arch User Repository (AUR)
ID: 832066
Name: ghcide
PackageBaseID: 147960
PackageBase: ghcide
Version: 0.6.0-1
Description: A library for building Haskell IDE's on top of the GHC API.
URL: https://github.com/haskell/ghcide
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: berberman
Submitter: rogryza
FirstSubmitted: 1578479032
LastModified: 1607693644
URLPath: /cgit/aur.git/snapshot/ghcide.tar.gz
Name: ghcide
PackageBaseID: 147960
PackageBase: ghcide
Version: 0.6.0-1
Description: A library for building Haskell IDE's on top of the GHC API.
URL: https://github.com/haskell/ghcide
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: berberman
Submitter: rogryza
FirstSubmitted: 1578479032
LastModified: 1607693644
URLPath: /cgit/aur.git/snapshot/ghcide.tar.gz