How to Install and Uninstall python39-pypsexec Package on openSuSE Tumbleweed

Last updated: June 18,2024

1. Install "python39-pypsexec" package

In this section, we are going to explain the necessary steps to install python39-pypsexec on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-pypsexec

2. Uninstall "python39-pypsexec" package

Please follow the steps below to uninstall python39-pypsexec on openSuSE Tumbleweed:

$ sudo zypper remove python39-pypsexec

3. Information about the python39-pypsexec package on openSuSE Tumbleweed

Information for package python39-pypsexec:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pypsexec
Version : 0.3.0-2.7
Arch : noarch
Vendor : openSUSE
Installed Size : 430.0 KiB
Installed : No
Status : not installed
Source package : python-pypsexec-0.3.0-2.7.src
Upstream URL : https://github.com/jborean93/pypsexec
Summary : 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.