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

Last updated: May 21,2024

1. Install "python38-scp" package

Please follow the guidelines below to install python38-scp on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-scp

2. Uninstall "python38-scp" package

Please follow the step by step instructions below to uninstall python38-scp on openSuSE Tumbleweed:

$ sudo zypper remove python38-scp

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

Information for package python38-scp:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-scp
Version : 0.14.1-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 62,4 KiB
Installed : No
Status : not installed
Source package : python-scp-0.14.1-2.1.src
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.