misspell on AUR (Arch User Repository)

Last updated: October 05,2024

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

$ yay -S misspell

* (Optional) Uninstall misspell on Arch using YAY

$ yay -Rns misspell

2. Manually Install "misspell" via AUR

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

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

b. Clone misspell's git locally

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

c. Go to ~/misspell folder and install it

$ cd ~/misspell $ makepkg -si

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

ID: 608489
Name: misspell
PackageBaseID: 141650
PackageBase: misspell
Version: v0.3.4-1
Description: Correct commonly misspelled English words in source files
URL: https://github.com/client9/misspell/
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer: maowtm
Submitter: maowtm
FirstSubmitted: 1556678280
LastModified: 1556678280
URLPath: /cgit/aur.git/snapshot/misspell.tar.gz