How to Install and Uninstall python3-scp Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-scp" package

Please follow the steps below to install python3-scp on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-scp

2. Uninstall "python3-scp" package

This guide covers the steps necessary to uninstall python3-scp on openSUSE Leap:

$ sudo zypper remove python3-scp

3. Information about the python3-scp package on openSUSE Leap

Information for package python3-scp:
------------------------------------
Repository : Main Repository
Name : python3-scp
Version : 0.13.2-5.4.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 61.6 KiB
Installed : No
Status : not installed
Source package : python-scp-0.13.2-5.4.1.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.