pn on AUR (Arch User Repository)

Last updated: June 18,2024

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

$ yay -S pn

* (Optional) Uninstall pn on Arch using YAY

$ yay -Rns pn

2. Manually Install "pn" via AUR

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

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

b. Clone pn's git locally

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

c. Go to ~/pn folder and install it

$ cd ~/pn $ makepkg -si

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

ID: 1072295
Name: pn
PackageBaseID: 178345
PackageBase: pn
Version: 0.9.0-1
Description: libphonenumber command-line wrapper
URL: https://github.com/Orange-OpenSource/pn
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: arenm
Submitter: arenm
FirstSubmitted: 1651014722
LastModified: 1651014722
URLPath: /cgit/aur.git/snapshot/pn.tar.gz

5. The same packages on other Linux Distributions