systemd-docker on AUR (Arch User Repository)

Last updated: May 18,2024

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

$ yay -S systemd-docker

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

$ yay -Rns systemd-docker

2. Manually Install "systemd-docker" via AUR

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

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

b. Clone systemd-docker's git locally

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

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

$ cd ~/systemd-docker $ makepkg -si

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

ID: 229238
Name: systemd-docker
PackageBaseID: 99605
PackageBase: systemd-docker
Version: 0.2.1-1
Description: Wrapper for "docker run" to handle systemd quirks
URL: https://github.com/kageurufu/systemd-docker
NumVotes: 4
Popularity: 0
OutOfDate: 1702486192
Maintainer: kageurufu
Submitter: kageurufu
FirstSubmitted: 1441738386
LastModified: 1441739253
URLPath: /cgit/aur.git/snapshot/systemd-docker.tar.gz