wscat on AUR (Arch User Repository)

Last updated: September 21,2024

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

$ yay -S wscat

* (Optional) Uninstall wscat on Arch using YAY

$ yay -Rns wscat

2. Manually Install "wscat" via AUR

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

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

b. Clone wscat's git locally

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

c. Go to ~/wscat folder and install it

$ cd ~/wscat $ makepkg -si

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

ID: 1189184
Name: wscat
PackageBaseID: 101041
PackageBase: wscat
Version: 5.2.0-2
Description: Netcat-like utility for WebSockets
URL: https://github.com/websockets/wscat
NumVotes: 37
Popularity: 0
OutOfDate:
Maintainer: arth
Submitter: kstep
FirstSubmitted: 1443683359
LastModified: 1672305563
URLPath: /cgit/aur.git/snapshot/wscat.tar.gz