base-devel on AUR (Arch User Repository)

Last updated: July 03,2024

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

$ yay -S base-devel

* (Optional) Uninstall base-devel on Arch using YAY

$ yay -Rns base-devel

2. Manually Install "base-devel" via AUR

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

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

b. Clone base-devel's git locally

$ git clone https://aur.archlinux.org/base-devel.git ~/base-devel

c. Go to ~/base-devel folder and install it

$ cd ~/base-devel $ makepkg -si

3. Information about the base-devel package on Arch User Repository (AUR)

ID: 1125901
Name: base-devel
PackageBaseID: 184913
PackageBase: base-devel
Version: 0.0.1-1
Description: Small utility for listing directories in $PATH
URL: https://github.com/xyproto/base-devel
NumVotes: 1
Popularity: 0.652389
OutOfDate:
Maintainer: xyproto
FirstSubmitted: 1660475221
LastModified: 1660475221
URLPath: /cgit/aur.git/snapshot/base-devel.tar.gz

5. The same packages on other Linux Distributions