How to Install and Uninstall python310-scp Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "python310-scp" package

This is a short guide on how to install python310-scp on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-scp

2. Uninstall "python310-scp" package

This is a short guide on how to uninstall python310-scp on openSuSE Tumbleweed:

$ sudo zypper remove python310-scp

3. Information about the python310-scp package on openSuSE Tumbleweed

Information for package python310-scp:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-scp
Version : 0.14.5-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 63.9 KiB
Installed : No
Status : not installed
Source package : python-scp-0.14.5-1.3.src
Upstream URL : https://github.com/jbardin/scp.py
Summary : SSH scp module for paramiko
Description :
The scp.py module uses a paramiko transport to send and receive files via the
scp protocol. This is the protocol as referenced from the openssh scp program,
and has only been tested with this implementation.