errcheck on AUR (Arch User Repository)
Last updated: November 16,2024
1. Install "errcheck" 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 errcheck on Arch using YAY
$
yay -S
errcheck
Copied
* (Optional) Uninstall errcheck on Arch using YAY
$
yay -Rns
errcheck
Copied
2. Manually Install "errcheck" via AUR
a. Ensure you have the base development tools and git installed with:
$
sudo pacman -S --needed
base-devel git
Copied
b. Clone errcheck's git locally
$
git clone https://aur.archlinux.org/errcheck.git
~/errcheck
Copied
c. Go to ~/errcheck folder and install it
$
cd
~/errcheck
Copied
$
makepkg -si
Copied
3. Information about the errcheck package on Arch User Repository (AUR)
ID: 889391
Name: errcheck
PackageBaseID: 165379
PackageBase: errcheck
Version: 1.6.0-1
Description: A program for checking for unchecked errors in go programs.
URL: https://github.com/kisielk/errcheck
NumVotes: 0
Popularity: 0
OutOfDate: 1708335041
Maintainer: arnottcr
Submitter: arnottcr
FirstSubmitted: 1617878465
LastModified: 1617878465
URLPath: /cgit/aur.git/snapshot/errcheck.tar.gz
Name: errcheck
PackageBaseID: 165379
PackageBase: errcheck
Version: 1.6.0-1
Description: A program for checking for unchecked errors in go programs.
URL: https://github.com/kisielk/errcheck
NumVotes: 0
Popularity: 0
OutOfDate: 1708335041
Maintainer: arnottcr
Submitter: arnottcr
FirstSubmitted: 1617878465
LastModified: 1617878465
URLPath: /cgit/aur.git/snapshot/errcheck.tar.gz