bareos-database-sqlite3 on AUR (Arch User Repository)
Last updated: February 01,2025
Deprecated! Installation of this package may no longer be supported.
1. Install "bareos-database-sqlite3" 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
Copied
b. Install bareos-database-sqlite3 on Arch using YAY
$
yay -S
bareos-database-sqlite3
Copied
* (Optional) Uninstall bareos-database-sqlite3 on Arch using YAY
$
yay -Rns
bareos-database-sqlite3
Copied
2. Manually Install "bareos-database-sqlite3" via AUR
a. Ensure you have the base development tools and git installed with:
$
sudo pacman -S --needed
base-devel git
Copied
b. Clone bareos-database-sqlite3's git locally
$
git clone https://aur.archlinux.org/bareos-database-sqlite3.git
~/bareos-database-sqlite3
Copied
c. Go to ~/bareos-database-sqlite3 folder and install it
$
cd
~/bareos-database-sqlite3
Copied
$
makepkg -si
Copied