fpm on AUR (Arch User Repository)
Last updated: February 02,2025
1. Install "fpm" 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 fpm on Arch using YAY
$
yay -S
fpm
Copied
* (Optional) Uninstall fpm on Arch using YAY
$
yay -Rns
fpm
Copied
2. Manually Install "fpm" via AUR
a. Ensure you have the base development tools and git installed with:
$
sudo pacman -S --needed
base-devel git
Copied
b. Clone fpm's git locally
$
git clone https://aur.archlinux.org/fpm.git
~/fpm
Copied
c. Go to ~/fpm folder and install it
$
cd
~/fpm
Copied
$
makepkg -si
Copied
3. Information about the fpm package on Arch User Repository (AUR)
ID: 1315956
Name: fpm
PackageBaseID: 104256
PackageBase: fpm
Version: 1.15.1-2
Description: Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease and sanity.
URL: https://github.com/jordansissel/fpm
NumVotes: 13
Popularity: 0.159371
OutOfDate:
Maintainer: barbuk
Submitter: markzz
FirstSubmitted: 1449431303
LastModified: 1694192013
URLPath: /cgit/aur.git/snapshot/fpm.tar.gz
Name: fpm
PackageBaseID: 104256
PackageBase: fpm
Version: 1.15.1-2
Description: Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease and sanity.
URL: https://github.com/jordansissel/fpm
NumVotes: 13
Popularity: 0.159371
OutOfDate:
Maintainer: barbuk
Submitter: markzz
FirstSubmitted: 1449431303
LastModified: 1694192013
URLPath: /cgit/aur.git/snapshot/fpm.tar.gz