How to Install and Uninstall openssh-server.x86_64 Package on AlmaLinux 9

Last updated: October 06,2024

1. Install "openssh-server.x86_64" package

Here is a brief guide to show you how to install openssh-server.x86_64 on AlmaLinux 9

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

2. Uninstall "openssh-server.x86_64" package

This is a short guide on how to uninstall openssh-server.x86_64 on AlmaLinux 9:

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

3. Information about the openssh-server.x86_64 package on AlmaLinux 9

Last metadata expiration check: 0:15:00 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : openssh-server
Version : 8.7p1
Release : 34.el9_3.3
Architecture : x86_64
Size : 458 k
Source : openssh-8.7p1-34.el9_3.3.src.rpm
Repository : baseos
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.