docker-prune on AUR (Arch User Repository)

Last updated: June 28,2024

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

$ yay -S docker-prune

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

$ yay -Rns docker-prune

2. Manually Install "docker-prune" via AUR

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

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

b. Clone docker-prune's git locally

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

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

$ cd ~/docker-prune $ makepkg -si

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

ID: 1213709
Name: docker-prune
PackageBaseID: 170784
PackageBase: docker-prune
Version: 1.0.0-1
Description: Remove unused docker data which has not been accessed in last 10 days
URL:
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: aminvakil
Submitter: aminvakil
FirstSubmitted: 1630844217
LastModified: 1676907742
URLPath: /cgit/aur.git/snapshot/docker-prune.tar.gz