How to Install and Uninstall python-winrm Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 08,2024

1. Install "python-winrm" package

Please follow the guidance below to install python-winrm on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-winrm

2. Uninstall "python-winrm" package

This tutorial shows how to uninstall python-winrm on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-winrm $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-winrm package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-winrm
Priority: optional
Section: universe/python
Installed-Size: 108
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pywinrm
Version: 0.0.3-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-isodate, python-xmltodict
Recommends: python-kerberos
Filename: pool/universe/p/pywinrm/python-winrm_0.0.3-1_all.deb
Size: 17454
MD5sum: 304a96462c32d02d4d4a073261095edf
SHA1: 7eefa2f075b5a72e7940673c3eef2ab0cb38c946
SHA256: c6d00fb2e516f9b60f0ea381e96d2b4767091f681beb430a3d05cb236f74b5ea
Description-en: Python library for Windows Remote Management
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. These include, but are
not limited to, running batch scripts, powershell scripts and fetching WMI
variables.
Description-md5: 0baec0caef7bb83f04aeb7623aa45358
Homepage: https://github.com/diyan/pywinrm
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu