makedep on AUR (Arch User Repository)

Last updated: September 28,2024

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

$ yay -S makedep

* (Optional) Uninstall makedep on Arch using YAY

$ yay -Rns makedep

2. Manually Install "makedep" via AUR

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

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

b. Clone makedep's git locally

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

c. Go to ~/makedep folder and install it

$ cd ~/makedep $ makepkg -si

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

ID: 1112501
Name: makedep
PackageBaseID: 66455
PackageBase: makedep
Version: 2014.8-6
Description: Convert Pacman optional dependencies to real dependencies.
URL: https://xyne.dev/projects/makedep
NumVotes: 15
Popularity: 8.0E-6
OutOfDate:
Maintainer: Xyne
Submitter: Xyne
FirstSubmitted: 1358667316
LastModified: 1657925010
URLPath: /cgit/aur.git/snapshot/makedep.tar.gz