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

Last updated: May 18,2024

1. Install "paramiko-doc" package

Here is a brief guide to show you how to install paramiko-doc on Kali Linux

$ sudo apt update $ sudo apt install paramiko-doc

2. Uninstall "paramiko-doc" package

Learn how to uninstall paramiko-doc on Kali Linux:

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

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

Package: paramiko-doc
Source: paramiko
Version: 2.12.0-2
Installed-Size: 61
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-jquery, libjs-underscore
Size: 14380
SHA256: 06df7a1d6fb36ad4fd8b31e35563a0bf73873e475d8731b9e8d105bec0af6bda
SHA1: d2e9ff9da1fc0ba46e2989c636e5a888f20326e7
MD5sum: 49097f5d572a0c68f0d7d1c7d9142933
Description: Make ssh v2 connections with Python (Documentation)
"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 documentation for the package.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/paramiko/paramiko/
Section: doc
Priority: optional
Filename: pool/main/p/paramiko/paramiko-doc_2.12.0-2_all.deb