How to Install and Uninstall sshpass.x86_64 Package on CentOS Stream 9

Last updated: May 20,2024

1. Install "sshpass.x86_64" package

This guide covers the steps necessary to install sshpass.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install sshpass.x86_64

2. Uninstall "sshpass.x86_64" package

This guide covers the steps necessary to uninstall sshpass.x86_64 on CentOS Stream 9:

$ sudo dnf remove sshpass.x86_64 $ sudo dnf autoremove

3. Information about the sshpass.x86_64 package on CentOS Stream 9

Last metadata expiration check: 2:36:28 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : sshpass
Version : 1.09
Release : 4.el9
Architecture : x86_64
Size : 28 k
Source : sshpass-1.09-4.el9.src.rpm
Repository : appstream
Summary : Non-interactive SSH authentication utility
URL : http://sshpass.sourceforge.net/
License : GPLv2
Description : Tool for non-interactively performing password authentication with so called
: "interactive keyboard password authentication" of SSH. Most users should use
: more secure public key authentication of SSH instead.