ssh-utils on AUR (Arch User Repository)

Last updated: July 07,2024

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

$ yay -S ssh-utils

* (Optional) Uninstall ssh-utils on Arch using YAY

$ yay -Rns ssh-utils

2. Manually Install "ssh-utils" via AUR

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

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

b. Clone ssh-utils's git locally

$ git clone https://aur.archlinux.org/ssh-utils.git ~/ssh-utils

c. Go to ~/ssh-utils folder and install it

$ cd ~/ssh-utils $ makepkg -si

3. Information about the ssh-utils package on Arch User Repository (AUR)

ID: 1411245
Name: ssh-utils
PackageBaseID: 202398
PackageBase: ssh-utils
Version: 0.1.1-1
Description: A collection of SSH related scripts.
URL: https://github.com/themartiancompany/ssh-utils
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: tallero
Submitter: tallero
FirstSubmitted: 1707718468
LastModified: 1708237882
URLPath: /cgit/aur.git/snapshot/ssh-utils.tar.gz