containers on AUR (Arch User Repository)
Last updated: December 24,2024
1. Install "containers" 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 containers on Arch using YAY
$
yay -S
containers
Copied
* (Optional) Uninstall containers on Arch using YAY
$
yay -Rns
containers
Copied
2. Manually Install "containers" via AUR
a. Ensure you have the base development tools and git installed with:
$
sudo pacman -S --needed
base-devel git
Copied
b. Clone containers's git locally
$
git clone https://aur.archlinux.org/containers.git
~/containers
Copied
c. Go to ~/containers folder and install it
$
cd
~/containers
Copied
$
makepkg -si
Copied
3. Information about the containers package on Arch User Repository (AUR)
ID: 535666
Name: containers
PackageBaseID: 135126
PackageBase: containers
Version: 1.6-1
Description: Lightweight containers using Linux user namespaces
URL: https://github.com/arachsys/containers
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: Arch-TK
Submitter: Arch-TK
FirstSubmitted: 1534445307
LastModified: 1534445496
URLPath: /cgit/aur.git/snapshot/containers.tar.gz
Name: containers
PackageBaseID: 135126
PackageBase: containers
Version: 1.6-1
Description: Lightweight containers using Linux user namespaces
URL: https://github.com/arachsys/containers
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: Arch-TK
Submitter: Arch-TK
FirstSubmitted: 1534445307
LastModified: 1534445496
URLPath: /cgit/aur.git/snapshot/containers.tar.gz