dep on AUR (Arch User Repository)
Last updated: November 23,2024
1. Install "dep" 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 dep on Arch using YAY
$
yay -S
dep
Copied
* (Optional) Uninstall dep on Arch using YAY
$
yay -Rns
dep
Copied
2. Manually Install "dep" via AUR
a. Ensure you have the base development tools and git installed with:
$
sudo pacman -S --needed
base-devel git
Copied
b. Clone dep's git locally
$
git clone https://aur.archlinux.org/dep.git
~/dep
Copied
c. Go to ~/dep folder and install it
$
cd
~/dep
Copied
$
makepkg -si
Copied
3. Information about the dep package on Arch User Repository (AUR)
ID: 875096
Name: dep
PackageBaseID: 163838
PackageBase: dep
Version: 0.5.4-7
Description: Deprecated Go dependency management tool
URL: https://golang.github.io/dep/
NumVotes: 6
Popularity: 8.0E-6
OutOfDate:
Maintainer:
Submitter: Foxboron
FirstSubmitted: 1614456986
LastModified: 1615348307
URLPath: /cgit/aur.git/snapshot/dep.tar.gz
Name: dep
PackageBaseID: 163838
PackageBase: dep
Version: 0.5.4-7
Description: Deprecated Go dependency management tool
URL: https://golang.github.io/dep/
NumVotes: 6
Popularity: 8.0E-6
OutOfDate:
Maintainer:
Submitter: Foxboron
FirstSubmitted: 1614456986
LastModified: 1615348307
URLPath: /cgit/aur.git/snapshot/dep.tar.gz