checkinstall on AUR (Arch User Repository)

Last updated: May 19,2024

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

$ yay -S checkinstall

* (Optional) Uninstall checkinstall on Arch using YAY

$ yay -Rns checkinstall

2. Manually Install "checkinstall" via AUR

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

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

b. Clone checkinstall's git locally

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

c. Go to ~/checkinstall folder and install it

$ cd ~/checkinstall $ makepkg -si

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

ID: 856488
Name: checkinstall
PackageBaseID: 162721
PackageBase: checkinstall
Version: 1.6.2-5
Description: Track files modified by an installation script and create a Slackware, RPM or Debian package
URL: http://checkinstall.izto.org
NumVotes: 0
Popularity: 0
OutOfDate: 1683736053
Maintainer:
Submitter: Coelacanthus
FirstSubmitted: 1612100296
LastModified: 1612186326
URLPath: /cgit/aur.git/snapshot/checkinstall.tar.gz