python-crc32c on AUR (Arch User Repository)

Last updated: June 20,2024

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

$ yay -S python-crc32c

* (Optional) Uninstall python-crc32c on Arch using YAY

$ yay -Rns python-crc32c

2. Manually Install "python-crc32c" via AUR

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

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

b. Clone python-crc32c's git locally

$ git clone https://aur.archlinux.org/python-crc32c.git ~/python-crc32c

c. Go to ~/python-crc32c folder and install it

$ cd ~/python-crc32c $ makepkg -si

3. Information about the python-crc32c package on Arch User Repository (AUR)

ID: 876613
Name: python-crc32c
PackageBaseID: 156223
PackageBase: python-crc32c
Version: 2.2-1
Description: Implementation of the crc32c algorithm in hardware and software
URL: https://github.com/ICRAR/crc32c
NumVotes: 1
Popularity: 0.123687
OutOfDate:
Maintainer: m-pilia
FirstSubmitted: 1596287649
LastModified: 1615631142
URLPath: /cgit/aur.git/snapshot/python-crc32c.tar.gz

5. The same packages on other Linux Distributions