cdetect on AUR (Arch User Repository)

Last updated: April 27,2024

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

$ yay -S cdetect

* (Optional) Uninstall cdetect on Arch using YAY

$ yay -Rns cdetect

2. Manually Install "cdetect" via AUR

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

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

b. Clone cdetect's git locally

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

c. Go to ~/cdetect folder and install it

$ cd ~/cdetect $ makepkg -si

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

ID: 1114883
Name: cdetect
PackageBaseID: 141287
PackageBase: cdetect
Version: 0.6.0-1
Description: Detect which compiler version was used for compiling an ELF file
URL: https://github.com/xyproto/cdetect
NumVotes: 2
Popularity: 0.01771
OutOfDate:
Maintainer: xyproto
FirstSubmitted: 1555413253
LastModified: 1658407682
URLPath: /cgit/aur.git/snapshot/cdetect.tar.gz