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

Last updated: May 20,2024

1. Install "python3-scp" package

This is a short guide on how to install python3-scp on Kali Linux

$ sudo apt update $ sudo apt install python3-scp

2. Uninstall "python3-scp" package

Here is a brief guide to show you how to uninstall python3-scp on Kali Linux:

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

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

Package: python3-scp
Source: python-scp
Version: 0.14.5-2
Installed-Size: 50
Maintainer: Debian Python Team
Architecture: all
Depends: python3-paramiko, python3:any
Size: 11276
SHA256: dcdba6c45c384794bb038dfee65767aa6d4053d984ec5e93b0397ddb3fa61811
SHA1: aca0934b1d9a03907bd97d9f69541693711a2b22
MD5sum: a06d2c5d65213f1067e74871a3a0f227
Description: scp module for paramiko (Python 3)
The scp.py module uses a paramiko transport to send and receive files via the
scp1 protocol. This is the protocol as referenced from the openssh scp program,
and has only been tested with this implementation.
.
This package contains the Python 3 module for scp.
Description-md5:
Homepage: https://github.com/jbardin/scp.py
Section: python
Priority: optional
Filename: pool/main/p/python-scp/python3-scp_0.14.5-2_all.deb