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

Last updated: May 18,2024

1. Install "python3-pypsexec" package

This guide let you learn how to install python3-pypsexec on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pypsexec

2. Uninstall "python3-pypsexec" package

Please follow the instructions below to uninstall python3-pypsexec on openSUSE Leap:

$ sudo zypper remove python3-pypsexec

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

Information for package python3-pypsexec:
-----------------------------------------
Repository : Main Repository
Name : python3-pypsexec
Version : 0.1.0-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 1.5 MiB
Installed : No
Status : not installed
Source package : python-pypsexec-0.1.0-bp155.2.9.src
Upstream URL : https://github.com/jborean93/pypsexec
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.