multibase on AUR (Arch User Repository)

Last updated: May 21,2024

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

$ yay -S multibase

* (Optional) Uninstall multibase on Arch using YAY

$ yay -Rns multibase

2. Manually Install "multibase" via AUR

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

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

b. Clone multibase's git locally

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

c. Go to ~/multibase folder and install it

$ cd ~/multibase $ makepkg -si

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

ID: 445623
Name: multibase
PackageBaseID: 125771
PackageBase: multibase
Version: 1.0-1
Description: Multi-base encoding/decoding utility. Allow encoding and decoding in base32, base58, base64, base64URL, base85 of file and strings
URL: https://github.com/Nhoya/multibase
NumVotes: 4
Popularity: 8.2E-5
OutOfDate: 1650909483
Maintainer: Nhoya
Submitter: Nhoya
FirstSubmitted: 1506092930
LastModified: 1506092930
URLPath: /cgit/aur.git/snapshot/multibase.tar.gz