How to Install and Uninstall libssh2.x86_64 Package on CentOS 7 / RHEL 7

Last updated: May 03,2024

1. Install "libssh2.x86_64" package

Please follow the steps below to install libssh2.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install libssh2.x86_64

2. Uninstall "libssh2.x86_64" package

Learn how to uninstall libssh2.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove libssh2.x86_64 $ sudo yum autoremove

3. Information about the libssh2.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : libssh2
Arch : x86_64
Version : 1.8.0
Release : 4.el7
Size : 187 k
Repo : installed
From repo : anaconda
Summary : A library implementing the SSH2 protocol
URL : http://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).