How to Install and Uninstall sshpass.x86_64 Package on Oracle Linux 8

Last updated: October 07,2024

1. Install "sshpass.x86_64" package

This guide let you learn how to install sshpass.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install sshpass.x86_64

2. Uninstall "sshpass.x86_64" package

Here is a brief guide to show you how to uninstall sshpass.x86_64 on Oracle Linux 8:

$ sudo dnf remove sshpass.x86_64 $ sudo dnf autoremove

3. Information about the sshpass.x86_64 package on Oracle Linux 8

Last metadata expiration check: 5:32:12 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : sshpass
Version : 1.09
Release : 4.el8
Architecture : x86_64
Size : 30 k
Source : sshpass-1.09-4.el8.src.rpm
Repository : ol8_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.