hbase on AUR (Arch User Repository)

Last updated: May 20,2024

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

$ yay -S hbase

* (Optional) Uninstall hbase on Arch using YAY

$ yay -Rns hbase

2. Manually Install "hbase" via AUR

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

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

b. Clone hbase's git locally

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

c. Go to ~/hbase folder and install it

$ cd ~/hbase $ makepkg -si

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

ID: 414231
Name: hbase
PackageBaseID: 120707
PackageBase: hbase
Version: 1.3.1-1
Description: HBase - the Hadoop database
URL: https://hbase.apache.org
NumVotes: 4
Popularity: 1.0E-6
OutOfDate: 1529302529
Maintainer:
Submitter: Naveg
FirstSubmitted: 1489795108
LastModified: 1495761888
URLPath: /cgit/aur.git/snapshot/hbase.tar.gz