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

Last updated: May 21,2024

1. Install "python2-scp" package

In this section, we are going to explain the necessary steps to install python2-scp on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-scp

2. Uninstall "python2-scp" package

Please follow the steps below to uninstall python2-scp on openSUSE Leap:

$ sudo zypper remove python2-scp

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

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