docker-makepkg on AUR (Arch User Repository)

Last updated: May 19,2024

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

$ yay -S docker-makepkg

* (Optional) Uninstall docker-makepkg on Arch using YAY

$ yay -Rns docker-makepkg

2. Manually Install "docker-makepkg" via AUR

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

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

b. Clone docker-makepkg's git locally

$ git clone https://aur.archlinux.org/docker-makepkg.git ~/docker-makepkg

c. Go to ~/docker-makepkg folder and install it

$ cd ~/docker-makepkg $ makepkg -si

3. Information about the docker-makepkg package on Arch User Repository (AUR)

ID: 822898
Name: docker-makepkg
PackageBaseID: 131252
PackageBase: docker-makepkg
Version: 2.9.1-2
Description: A script and docker image to build packages in a clean container
URL: https://github.com/Thermi/docker-makepkg
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: Thermi
Submitter: Thermi
FirstSubmitted: 1522512969
LastModified: 1606155224
URLPath: /cgit/aur.git/snapshot/docker-makepkg.tar.gz