How to Install and Uninstall libssh.i686 Package on CentOS Stream 8

Last updated: May 06,2024

1. Install "libssh.i686" package

Please follow the instructions below to install libssh.i686 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install libssh.i686

2. Uninstall "libssh.i686" package

Here is a brief guide to show you how to uninstall libssh.i686 on CentOS Stream 8:

$ sudo dnf remove libssh.i686 $ sudo dnf autoremove

3. Information about the libssh.i686 package on CentOS Stream 8

Last metadata expiration check: 0:10:06 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : libssh
Version : 0.9.6
Release : 6.el8
Architecture : i686
Size : 237 k
Source : libssh-0.9.6-6.el8.src.rpm
Repository : baseos
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).