loccount on AUR (Arch User Repository)

Last updated: June 23,2024

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

$ yay -S loccount

* (Optional) Uninstall loccount on Arch using YAY

$ yay -Rns loccount

2. Manually Install "loccount" via AUR

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

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

b. Clone loccount's git locally

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

c. Go to ~/loccount folder and install it

$ cd ~/loccount $ makepkg -si

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

ID: 1256885
Name: loccount
PackageBaseID: 119838
PackageBase: loccount
Version: 2.15-2
Description: Count source lines of code in a project.
URL: http://www.catb.org/esr/loccount/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: chungy
Submitter: chungy
FirstSubmitted: 1487092679
LastModified: 1683876244
URLPath: /cgit/aur.git/snapshot/loccount.tar.gz