dep-bin on AUR (Arch User Repository)

Last updated: July 02,2024

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

$ yay -S dep-bin

* (Optional) Uninstall dep-bin on Arch using YAY

$ yay -Rns dep-bin

2. Manually Install "dep-bin" via AUR

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

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

b. Clone dep-bin's git locally

$ git clone https://aur.archlinux.org/dep-bin.git ~/dep-bin

c. Go to ~/dep-bin folder and install it

$ cd ~/dep-bin $ makepkg -si

3. Information about the dep-bin package on Arch User Repository (AUR)

ID: 659694
Name: dep-bin
PackageBaseID: 129458
PackageBase: dep-bin
Version: 0.5.4-2
Description: Go dependency management tool
URL: https://github.com/golang/dep
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: moe_narrow
Submitter: subosito
FirstSubmitted: 1516874265
LastModified: 1572022655
URLPath: /cgit/aur.git/snapshot/dep-bin.tar.gz