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

Last updated: July 03,2024

1. Install "python2-pypsexec" package

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

$ sudo zypper refresh $ sudo zypper install python2-pypsexec

2. Uninstall "python2-pypsexec" package

Here is a brief guide to show you how to uninstall python2-pypsexec on openSUSE Leap:

$ sudo zypper remove python2-pypsexec

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

Information for package python2-pypsexec:
-----------------------------------------
Repository : Main Repository
Name : python2-pypsexec
Version : 0.1.0-bp153.1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 1,0 MiB
Installed : No
Status : not installed
Source package : python-pypsexec-0.1.0-bp153.1.16.src
Summary : Python library to run commands on a remote Windows host using SMB/RPC
Description :
This library can run commands on a remote Windows host through Python.
This means that it can be run on any host with Python and does not
require any binaries to be present or a specific OS. It uses SMB/RPC to
executable commands in a similar fashion to the popular PsExec tool.