libnpupnp on AUR (Arch User Repository)

Last updated: June 28,2024

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

$ yay -S libnpupnp

* (Optional) Uninstall libnpupnp on Arch using YAY

$ yay -Rns libnpupnp

2. Manually Install "libnpupnp" via AUR

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

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

b. Clone libnpupnp's git locally

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

c. Go to ~/libnpupnp folder and install it

$ cd ~/libnpupnp $ makepkg -si

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

ID: 1377457
Name: libnpupnp
PackageBaseID: 151942
PackageBase: libnpupnp
Version: 6.0.2-1
Description: C++ base UPnP library, derived from Portable UPnP, a.k.a libupnp
URL: https://www.lesbonscomptes.com//upmpdcli/libupnpp-refdoc/libupnpp-ctl.html
NumVotes: 6
Popularity: 0.49016
OutOfDate:
Maintainer: FabioLolix
Submitter: FabioLolix
FirstSubmitted: 1587731078
LastModified: 1703889357
URLPath: /cgit/aur.git/snapshot/libnpupnp.tar.gz

5. The same packages on other Linux Distributions