How to Install and Uninstall python3-paramiko.noarch Package on Fedora 38
Last updated: October 30,2024
1. Install "python3-paramiko.noarch" package
This tutorial shows how to install python3-paramiko.noarch on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
python3-paramiko.noarch
Copied
2. Uninstall "python3-paramiko.noarch" package
This guide let you learn how to uninstall python3-paramiko.noarch on Fedora 38:
$
sudo dnf remove
python3-paramiko.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-paramiko.noarch package on Fedora 38
Last metadata expiration check: 2:40:45 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-paramiko
Version : 3.4.0
Release : 1.fc38
Architecture : noarch
Size : 415 k
Source : python-paramiko-3.4.0-1.fc38.src.rpm
Repository : updates
Summary : 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).
:
: Python 3 version.
Available Packages
Name : python3-paramiko
Version : 3.4.0
Release : 1.fc38
Architecture : noarch
Size : 415 k
Source : python-paramiko-3.4.0-1.fc38.src.rpm
Repository : updates
Summary : 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).
:
: Python 3 version.