edcount on AUR (Arch User Repository)

Last updated: May 14,2024

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

$ yay -S edcount

* (Optional) Uninstall edcount on Arch using YAY

$ yay -Rns edcount

2. Manually Install "edcount" via AUR

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

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

b. Clone edcount's git locally

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

c. Go to ~/edcount folder and install it

$ cd ~/edcount $ makepkg -si

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

ID: 734305
Name: edcount
PackageBaseID: 151292
PackageBase: edcount
Version: 1.2.0-1
Description: Estimate distinct count of values from standard input. Provides a very fast way to perform unique count estimates on the command line
URL: https://github.com/haroldfreeman/edcount
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
Submitter: ragouel
FirstSubmitted: 1586435651
LastModified: 1589167407
URLPath: /cgit/aur.git/snapshot/edcount.tar.gz