ampache on AUR (Arch User Repository)

Last updated: July 05,2024

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

$ yay -S ampache

* (Optional) Uninstall ampache on Arch using YAY

$ yay -Rns ampache

2. Manually Install "ampache" via AUR

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

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

b. Clone ampache's git locally

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

c. Go to ~/ampache folder and install it

$ cd ~/ampache $ makepkg -si

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

ID: 1393375
Name: ampache
PackageBaseID: 23128
PackageBase: ampache
Version: 6.2.1-1
Description: PHP web based audio/video streaming application and file manager
URL: http://www.ampache.org/
NumVotes: 69
Popularity: 1.0E-6
OutOfDate: 1710341547
Maintainer: BoBeR182
Submitter: gishten
FirstSubmitted: 1231808591
LastModified: 1706353803
URLPath: /cgit/aur.git/snapshot/ampache.tar.gz

5. The same packages on other Linux Distributions