How to Install and Uninstall python3-paramiko Package on Kali Linux

Last updated: May 14,2024

1. Install "python3-paramiko" package

Please follow the guidelines below to install python3-paramiko on Kali Linux

$ sudo apt update $ sudo apt install python3-paramiko

2. Uninstall "python3-paramiko" package

Please follow the steps below to uninstall python3-paramiko on Kali Linux:

$ sudo apt remove python3-paramiko $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-paramiko package on Kali Linux

Package: python3-paramiko
Source: paramiko
Version: 2.12.0-2
Installed-Size: 745
Maintainer: Debian Python Team
Architecture: all
Depends: python3-bcrypt (>= 3.1.3), python3-cryptography (>= 2.5), python3-nacl (>= 1.0.1), python3-six, python3:any
Recommends: python3-invoke
Suggests: python3-gssapi (>= 0.6.1)
Size: 132824
SHA256: 4fdca80fc2e93c58f707146ae2186ad0ed185c6002ff7df1667c50acc3fc5044
SHA1: 4045a68bfd3e6aae416d230d277f4c2abe49b5f6
MD5sum: a49acedcdcfec080d7c5c7cdfe48e6b0
Description: Make ssh v2 connections (Python 3)
"Paramiko" is a combination of the Esperanto words for "paranoid" and "friend".
It's a module for Python 2.7/3.4+ that implements the SSH2 protocol for secure
(encrypted and authenticated) connections to remote machines. Unlike SSL (aka
TLS), 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 the
encrypted tunnel (this is how SFTP works, for example).
.
This is the Python 3 version of the package.
Description-md5:
Homepage: https://github.com/paramiko/paramiko/
Section: python
Priority: optional
Filename: pool/main/p/paramiko/python3-paramiko_2.12.0-2_all.deb