libnl1 on AUR (Arch User Repository)

Last updated: June 02,2024

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

$ yay -S libnl1

* (Optional) Uninstall libnl1 on Arch using YAY

$ yay -Rns libnl1

2. Manually Install "libnl1" via AUR

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

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

b. Clone libnl1's git locally

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

c. Go to ~/libnl1 folder and install it

$ cd ~/libnl1 $ makepkg -si

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

ID: 1397159
Name: libnl1
PackageBaseID: 200648
PackageBase: libnl1
Version: 1.1.4-4
Description: Library for applications dealing with netlink sockets (Legacy version)
URL: https://www.infradead.org/~tgr/libnl/
NumVotes: 1
Popularity: 0.4255
OutOfDate:
Maintainer: micwoj92
Submitter: arojas
FirstSubmitted: 1702920088
LastModified: 1706829489
URLPath: /cgit/aur.git/snapshot/libnl1.tar.gz

5. The same packages on other Linux Distributions