python-base58 on AUR (Arch User Repository)

Last updated: July 05,2024

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

$ yay -S python-base58

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

$ yay -Rns python-base58

2. Manually Install "python-base58" via AUR

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

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

b. Clone python-base58's git locally

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

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

$ cd ~/python-base58 $ makepkg -si

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

ID: 983190
Name: python-base58
PackageBaseID: 96678
PackageBase: python-base58
Version: 2.1.1-1
Description: Bitcoin-compatible Base58 and Base58Check implementation
URL: https://github.com/keis/base58
NumVotes: 9
Popularity: 0.002443
OutOfDate:
Maintainer: robertfoster
Submitter: atweiden
FirstSubmitted: 1438618482
LastModified: 1635934073
URLPath: /cgit/aur.git/snapshot/python-base58.tar.gz