libsyscall on AUR (Arch User Repository)

Last updated: June 23,2024

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

$ yay -S libsyscall

* (Optional) Uninstall libsyscall on Arch using YAY

$ yay -Rns libsyscall

2. Manually Install "libsyscall" via AUR

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

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

b. Clone libsyscall's git locally

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

c. Go to ~/libsyscall folder and install it

$ cd ~/libsyscall $ makepkg -si

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

ID: 382876
Name: libsyscall
PackageBaseID: 119644
PackageBase: libsyscall
Version: 0.1.3-1
Description: A library providing all of the assembly code needed for a C standard library
URL: https://github.com/celskeggs/libsyscall
NumVotes: 0
Popularity: 0
OutOfDate: 1707138474
Maintainer: celskeggs
Submitter: celskeggs
FirstSubmitted: 1486761337
LastModified: 1486806029
URLPath: /cgit/aur.git/snapshot/libsyscall.tar.gz