spell on AUR (Arch User Repository)

Last updated: November 22,2024

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

$ yay -S spell

* (Optional) Uninstall spell on Arch using YAY

$ yay -Rns spell

2. Manually Install "spell" via AUR

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

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

b. Clone spell's git locally

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

c. Go to ~/spell folder and install it

$ cd ~/spell $ makepkg -si

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

ID: 599403
Name: spell
PackageBaseID: 140804
PackageBase: spell
Version: 1.1-1
Description: A clone of the standard Unix program of the same name, implemented as a wrapper for Ispell
URL: https://directory.fsf.org/wiki/Spell
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: timb
Submitter: timb
FirstSubmitted: 1553834813
LastModified: 1553834813
URLPath: /cgit/aur.git/snapshot/spell.tar.gz