rocksdb-lite on AUR (Arch User Repository)

Last updated: June 26,2024

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

$ yay -S rocksdb-lite

* (Optional) Uninstall rocksdb-lite on Arch using YAY

$ yay -Rns rocksdb-lite

2. Manually Install "rocksdb-lite" via AUR

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

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

b. Clone rocksdb-lite's git locally

$ git clone https://aur.archlinux.org/rocksdb-lite.git ~/rocksdb-lite

c. Go to ~/rocksdb-lite folder and install it

$ cd ~/rocksdb-lite $ makepkg -si

3. Information about the rocksdb-lite package on Arch User Repository (AUR)

ID: 1263934
Name: rocksdb-lite
PackageBaseID: 114154
PackageBase: rocksdb-lite
Version: 8.1.1-1
Description: Embedded key-value store for fast storage (lite version)
URL: http://rocksdb.org
NumVotes: 2
Popularity: 0
OutOfDate: 1693474885
Maintainer: m3thodic
Submitter: m3thodic
FirstSubmitted: 1470003768
LastModified: 1685134657
URLPath: /cgit/aur.git/snapshot/rocksdb-lite.tar.gz