libhttpserver on AUR (Arch User Repository)

Last updated: July 06,2024

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

$ yay -S libhttpserver

* (Optional) Uninstall libhttpserver on Arch using YAY

$ yay -Rns libhttpserver

2. Manually Install "libhttpserver" via AUR

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

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

b. Clone libhttpserver's git locally

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

c. Go to ~/libhttpserver folder and install it

$ cd ~/libhttpserver $ makepkg -si

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

ID: 1350551
Name: libhttpserver
PackageBaseID: 152926
PackageBase: libhttpserver
Version: 0.19.0-1
Description: C++ library for creating an embedded Rest HTTP server (and more)
URL: https://github.com/etr/libhttpserver
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: PhCl
Submitter: PhCl
FirstSubmitted: 1589807957
LastModified: 1699573400
URLPath: /cgit/aur.git/snapshot/libhttpserver.tar.gz