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

Last updated: April 25,2024

1. Install "openssh.x86_64" package

In this section, we are going to explain the necessary steps to install openssh.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install openssh.x86_64

2. Uninstall "openssh.x86_64" package

This is a short guide on how to uninstall openssh.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove openssh.x86_64 $ sudo yum autoremove

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

Installed Packages
Name : openssh
Arch : x86_64
Version : 7.4p1
Release : 21.el7
Size : 1.9 M
Repo : installed
From repo : anaconda
Summary : An open source implementation of SSH protocol versions 1 and 2
URL : http://www.openssh.com/portable.html
License : BSD
Description : SSH (Secure SHell) is a program for logging into and executing
: commands on a remote machine. SSH is intended to replace rlogin
: and rsh, and to provide secure encrypted communications between
: two untrusted hosts over an insecure network. X11 connections and
: arbitrary TCP/IP ports can also be forwarded over the secure
: channel.
:
: OpenSSH is OpenBSD's version of the last free version of SSH,
: bringing it up to date in terms of security and features.
:
: This package includes the core files necessary for both the
: OpenSSH client and server. To make this package useful, you should
: also install openssh-clients, openssh-server, or both.