How to Install and Uninstall libssh.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: November 16,2024
1. Install "libssh.x86_64" package
Please follow the steps below to install libssh.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
libssh.x86_64
Copied
2. Uninstall "libssh.x86_64" package
This tutorial shows how to uninstall libssh.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
libssh.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the libssh.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 0:05:11 ago on Mon Feb 26 15:59:38 2024.
Installed Packages
Name : libssh
Version : 0.9.6
Release : 13.el8_9
Architecture : x86_64
Size : 510 k
Source : libssh-0.9.6-13.el8_9.src.rpm
Repository : @System
Summary : A library implementing the SSH protocol
URL : http://www.libssh.org
License : LGPLv2+
Description : The ssh library was designed to be used by programmers needing a working SSH
: implementation by the mean of a library. The complete control of the client is
: made by the programmer. With libssh, you can remotely execute programs, transfer
: files, use a secure and transparent tunnel for your remote programs. With its
: Secure FTP implementation, you can play with remote files easily, without
: third-party programs others than libcrypto (from openssl).
Installed Packages
Name : libssh
Version : 0.9.6
Release : 13.el8_9
Architecture : x86_64
Size : 510 k
Source : libssh-0.9.6-13.el8_9.src.rpm
Repository : @System
Summary : A library implementing the SSH protocol
URL : http://www.libssh.org
License : LGPLv2+
Description : The ssh library was designed to be used by programmers needing a working SSH
: implementation by the mean of a library. The complete control of the client is
: made by the programmer. With libssh, you can remotely execute programs, transfer
: files, use a secure and transparent tunnel for your remote programs. With its
: Secure FTP implementation, you can play with remote files easily, without
: third-party programs others than libcrypto (from openssl).