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

Last updated: October 07,2024

1. Install "openssh-server.x86_64" package

This guide let you learn how to install openssh-server.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install openssh-server.x86_64

2. Uninstall "openssh-server.x86_64" package

Learn how to uninstall openssh-server.x86_64 on Fedora 34:

$ sudo dnf remove openssh-server.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:03:34 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : openssh-server
Version : 8.6p1
Release : 5.fc34
Architecture : x86_64
Size : 450 k
Source : openssh-8.6p1-5.fc34.src.rpm
Repository : updates
Summary : An open source SSH server daemon
URL : http://www.openssh.com/portable.html
License : BSD
Description : OpenSSH is a free version of SSH (Secure SHell), a program for logging
: into and executing commands on a remote machine. This package contains
: the secure shell daemon (sshd). The sshd daemon allows SSH clients to
: securely connect to your SSH server.