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

Last updated: May 18,2024

1. Install "python3-pywinrm" package

Please follow the guidelines below to install python3-pywinrm on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pywinrm

2. Uninstall "python3-pywinrm" package

Here is a brief guide to show you how to uninstall python3-pywinrm on openSUSE Leap:

$ sudo zypper remove python3-pywinrm

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

Information for package python3-pywinrm:
----------------------------------------
Repository : Main Repository
Name : python3-pywinrm
Version : 0.4.1-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 409.2 KiB
Installed : No
Status : not installed
Source package : python-pywinrm-0.4.1-bp155.2.9.src
Upstream URL : http://github.com/diyan/pywinrm/
Summary : Python library for Windows Remote Management
Description :
pywinrm is a Python client for Windows Remote Management (WinRM). This
allows you to invoke commands on target Windows machines from any
machine that can run Python.
WinRM allows you to call native objects in Windows. This includes, but
is not limited to, running batch scripts, powershell scripts and
fetching WMI variables. For more information on WinRM, please visit
Microsoft's WinRM http://msdn.microsoft.com/en-us/library/aa384426.aspx