How to Install and Uninstall python-paramiko-doc.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 27,2024

1. Install "python-paramiko-doc.noarch" package

This tutorial shows how to install python-paramiko-doc.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python-paramiko-doc.noarch

2. Uninstall "python-paramiko-doc.noarch" package

In this section, we are going to explain the necessary steps to uninstall python-paramiko-doc.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python-paramiko-doc.noarch $ sudo dnf autoremove

3. Information about the python-paramiko-doc.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:57:39 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python-paramiko-doc
Version : 2.12.0
Release : 2.el8
Architecture : noarch
Size : 525 k
Source : python-paramiko-2.12.0-2.el8.src.rpm
Repository : epel
Summary : Docs and demo for SSH2 protocol library for python
URL : https://github.com/paramiko/paramiko
License : LGPL-2.1-or-later
Description :
: Paramiko (a combination of the Esperanto words for "paranoid" and "friend") is
: a module for python 2.3 or greater that implements the SSH2 protocol for secure
: (encrypted and authenticated) connections to remote machines. Unlike SSL (aka
: TLS), the SSH2 protocol does not require hierarchical certificates signed by a
: powerful central authority. You may know SSH2 as the protocol that replaced
: telnet and rsh for secure access to remote shells, but the protocol also
: includes the ability to open arbitrary channels to remote services across an
: encrypted tunnel (this is how sftp works, for example).
:
: This is the documentation and demos.