How to Install and Uninstall openssh.x86_64 Package on Fedora 34

Last updated: July 01,2024

1. Install "openssh.x86_64" package

Please follow the step by step instructions below to install openssh.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install openssh.x86_64

2. Uninstall "openssh.x86_64" package

Please follow the steps below to uninstall openssh.x86_64 on Fedora 34:

$ sudo dnf remove openssh.x86_64 $ sudo dnf autoremove

3. Information about the openssh.x86_64 package on Fedora 34

Last metadata expiration check: 0:24:46 ago on Tue Sep 6 14:10:38 2022.
Installed Packages
Name : openssh
Version : 8.6p1
Release : 5.fc34
Architecture : x86_64
Size : 1.8 M
Source : openssh-8.6p1-5.fc34.src.rpm
Repository : @System
From repo : updates
Summary : An open source implementation of SSH protocol version 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.