distrobox on AUR (Arch User Repository)

Last updated: June 25,2024

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

$ yay -S distrobox

* (Optional) Uninstall distrobox on Arch using YAY

$ yay -Rns distrobox

2. Manually Install "distrobox" via AUR

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

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

b. Clone distrobox's git locally

$ git clone https://aur.archlinux.org/distrobox.git ~/distrobox

c. Go to ~/distrobox folder and install it

$ cd ~/distrobox $ makepkg -si

3. Information about the distrobox package on Arch User Repository (AUR)

ID: 1097016
Name: distrobox
PackageBaseID: 173899
PackageBase: distrobox
Version: 1.3.1-1
Description: Use any linux distribution inside your terminal.
URL: https://github.com/89luca89/distrobox
NumVotes: 11
Popularity: 2.242702
OutOfDate:
Maintainer: robertfoster
FirstSubmitted: 1639312154
LastModified: 1654966274
URLPath: /cgit/aur.git/snapshot/distrobox.tar.gz