cryptopp on AUR (Arch User Repository)

Last updated: September 28,2024

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

$ yay -S cryptopp

* (Optional) Uninstall cryptopp on Arch using YAY

$ yay -Rns cryptopp

2. Manually Install "cryptopp" via AUR

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

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

b. Clone cryptopp's git locally

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

c. Go to ~/cryptopp folder and install it

$ cd ~/cryptopp $ makepkg -si

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

ID: 1156258
Name: cryptopp
PackageBaseID: 186833
PackageBase: cryptopp
Version: 8.7.0-1
Description: Crypto++ Library is a free C++ class library of cryptographic schemes.
URL: https://www.cryptopp.com
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: adytzu2007
Submitter: adytzu2007
FirstSubmitted: 1666519725
LastModified: 1666519725
URLPath: /cgit/aur.git/snapshot/cryptopp.tar.gz