dive on AUR (Arch User Repository)

Last updated: December 28,2024

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

$ yay -S dive

* (Optional) Uninstall dive on Arch using YAY

$ yay -Rns dive

2. Manually Install "dive" via AUR

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

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

b. Clone dive's git locally

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

c. Go to ~/dive folder and install it

$ cd ~/dive $ makepkg -si

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

ID: 897497
Name: dive
PackageBaseID: 137054
PackageBase: dive
Version: 0.10.0-1
Description: A tool for exploring each layer in a docker image
URL: https://github.com/wagoodman/dive
NumVotes: 34
Popularity: 0.572499
OutOfDate:
Maintainer: bulletmark
FirstSubmitted: 1541024022
LastModified: 1619299216
URLPath: /cgit/aur.git/snapshot/dive.tar.gz

5. The same packages on other Linux Distributions