sshping on AUR (Arch User Repository)

Last updated: May 21,2024

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

$ yay -S sshping

* (Optional) Uninstall sshping on Arch using YAY

$ yay -Rns sshping

2. Manually Install "sshping" via AUR

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

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

b. Clone sshping's git locally

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

c. Go to ~/sshping folder and install it

$ cd ~/sshping $ makepkg -si

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

ID: 636956
Name: sshping
PackageBaseID: 144267
PackageBase: sshping
Version: 0.1.4-1
Description: ssh-based ping: measure character-echo latency and bandwidth for an interactive ssh session
URL: https://github.com/spook/sshping
NumVotes: 4
Popularity: 0.000101
OutOfDate:
Maintainer: akobel
Submitter: akobel
FirstSubmitted: 1565599752
LastModified: 1565599752
URLPath: /cgit/aur.git/snapshot/sshping.tar.gz

5. The same packages on other Linux Distributions