How to Install and Uninstall python3-mock-ssh-server.noarch Package on Fedora 35

Last updated: April 30,2024

1. Install "python3-mock-ssh-server.noarch" package

Here is a brief guide to show you how to install python3-mock-ssh-server.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python3-mock-ssh-server.noarch

2. Uninstall "python3-mock-ssh-server.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-mock-ssh-server.noarch on Fedora 35:

$ sudo dnf remove python3-mock-ssh-server.noarch $ sudo dnf autoremove

3. Information about the python3-mock-ssh-server.noarch package on Fedora 35

Last metadata expiration check: 2:14:23 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-mock-ssh-server
Version : 0.8.2
Release : 4.fc35
Architecture : noarch
Size : 30 k
Source : python-mock-ssh-server-0.8.2-4.fc35.src.rpm
Repository : fedora
Summary : Mock SSH server for testing purposes
URL : https://github.com/carletes/mock-ssh-server
License : MIT
Description : An SSH server for testing purposes mocksshserver packs a Python context
: manager that implements an SSH server for testing purposes. It is built
: on top of paramiko, so it does not need OpenSSH binaries to be installed.