blosc2 on AUR (Arch User Repository)

Last updated: June 26,2024

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

$ yay -S blosc2

* (Optional) Uninstall blosc2 on Arch using YAY

$ yay -Rns blosc2

2. Manually Install "blosc2" via AUR

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

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

b. Clone blosc2's git locally

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

c. Go to ~/blosc2 folder and install it

$ cd ~/blosc2 $ makepkg -si

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

ID: 1116909
Name: blosc2
PackageBaseID: 168097
PackageBase: blosc2
Version: 2.2.0-1
Description: Next generation c-blosc
URL: https://blosc-doc.readthedocs.io/en/latest/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: vbmithr
FirstSubmitted: 1624039915
LastModified: 1658766722
URLPath: /cgit/aur.git/snapshot/blosc2.tar.gz

5. The same packages on other Linux Distributions