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

Last updated: May 18,2024

1. Install "python3-winrm" package

In this section, we are going to explain the necessary steps to install python3-winrm on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-winrm

2. Uninstall "python3-winrm" package

Please follow the instructions below to uninstall python3-winrm on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-winrm
Priority: optional
Section: universe/python
Installed-Size: 106
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pywinrm
Version: 0.0.3-1
Depends: python3:any (>= 3.3.2-2~), python3-isodate, python3-xmltodict
Recommends: python3-kerberos
Filename: pool/universe/p/pywinrm/python3-winrm_0.0.3-1_all.deb
Size: 15224
MD5sum: 12241d6f339853687e3c51e38596534d
SHA1: d9a8205ab5b75d4a1b0685e62af5f6eceda735d8
SHA256: 29f1b140b1e8c5645e810cbf14f3deb9b26a780ebdd4cb521dae8aee2c13fb9c
Description-en: Python 3 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: 01b8722676385f8d3a9be813582237d2
Homepage: https://github.com/diyan/pywinrm
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu