libsocket on AUR (Arch User Repository)

Last updated: July 02,2024

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

$ yay -S libsocket

* (Optional) Uninstall libsocket on Arch using YAY

$ yay -Rns libsocket

2. Manually Install "libsocket" via AUR

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

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

b. Clone libsocket's git locally

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

c. Go to ~/libsocket folder and install it

$ cd ~/libsocket $ makepkg -si

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

ID: 859315
Name: libsocket
PackageBaseID: 162947
PackageBase: libsocket
Version: 2.5.0-1
Description: Library with a C part and a C++ part making sockets usage easy and clean
URL: http://dermesser.github.io/libsocket/doc/
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: hurufu
Submitter: hurufu
FirstSubmitted: 1612568564
LastModified: 1612568564
URLPath: /cgit/aur.git/snapshot/libsocket.tar.gz