h5pyviewer on AUR (Arch User Repository)

Last updated: November 26,2024

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

$ yay -S h5pyviewer

* (Optional) Uninstall h5pyviewer on Arch using YAY

$ yay -Rns h5pyviewer

2. Manually Install "h5pyviewer" via AUR

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

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

b. Clone h5pyviewer's git locally

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

c. Go to ~/h5pyviewer folder and install it

$ cd ~/h5pyviewer $ makepkg -si

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