How to Install and Uninstall python-scp Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 04,2024

1. Install "python-scp" package

Please follow the steps below to install python-scp on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-scp

2. Uninstall "python-scp" package

This tutorial shows how to uninstall python-scp on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-scp package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-scp
Priority: optional
Section: universe/python
Installed-Size: 61
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Architecture: all
Version: 0.10.2-1
Depends: python-paramiko, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-scp/python-scp_0.10.2-1_all.deb
Size: 7380
MD5sum: 26afeea29a1d748a31f61a220c26123c
SHA1: e9d7563f981fc02781f67ba8467ab6145b598520
SHA256: ff649a6de16a7466460ceb4b16827bfc797f7562baa6ad44006be5e05235dc54
Description-en: scp module for paramiko
The scp.py module uses a paramiko transport to send and recieve files via the
scp1 protocol. This is the protocol as referenced from the openssh scp program,
and has only been tested with this implementation.
Description-md5: 9956b73f61f64cf4781bdfde4935d59e
Homepage: https://github.com/jbardin/scp.py
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu