How to Install and Uninstall libssh2.x86_64 Package on CentOS Stream 8

Last updated: May 06,2024

1. Install "libssh2.x86_64" package

Please follow the steps below to install libssh2.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install libssh2.x86_64

2. Uninstall "libssh2.x86_64" package

In this section, we are going to explain the necessary steps to uninstall libssh2.x86_64 on CentOS Stream 8:

$ sudo dnf remove libssh2.x86_64 $ sudo dnf autoremove

3. Information about the libssh2.x86_64 package on CentOS Stream 8

Last metadata expiration check: 6:28:57 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : libssh2
Version : 1.10.0
Release : 1.el8
Architecture : x86_64
Size : 132 k
Source : libssh2-1.10.0-1.el8.src.rpm
Repository : epel
Summary : A library implementing the SSH2 protocol
URL : https://www.libssh2.org/
License : BSD
Description : libssh2 is a library implementing the SSH2 protocol as defined by
: Internet Drafts: SECSH-TRANS(22), SECSH-USERAUTH(25),
: SECSH-CONNECTION(23), SECSH-ARCH(20), SECSH-FILEXFER(06)*,
: SECSH-DHGEX(04), and SECSH-NUMBERS(10).