wireproxy on AUR (Arch User Repository)

Last updated: May 12,2024

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

$ yay -S wireproxy

* (Optional) Uninstall wireproxy on Arch using YAY

$ yay -Rns wireproxy

2. Manually Install "wireproxy" via AUR

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

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

b. Clone wireproxy's git locally

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

c. Go to ~/wireproxy folder and install it

$ cd ~/wireproxy $ makepkg -si

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

ID: 1134297
Name: wireproxy
PackageBaseID: 177873
PackageBase: wireproxy
Version: 1.0.5-2
Description: Wireguard client that exposes itself as a socks5 proxy
URL: https://github.com/octeep/wireproxy
NumVotes: 5
Popularity: 2.776352
OutOfDate:
Maintainer: vantu5z
FirstSubmitted: 1649682545
LastModified: 1662138204
URLPath: /cgit/aur.git/snapshot/wireproxy.tar.gz

5. The same packages on other Linux Distributions