How to Install and Uninstall python3-winrm Package on Kali Linux

Last updated: May 21,2024

1. Install "python3-winrm" package

This guide let you learn how to install python3-winrm on Kali Linux

$ sudo apt update $ sudo apt install python3-winrm

2. Uninstall "python3-winrm" package

This is a short guide on how to uninstall python3-winrm on Kali Linux:

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

3. Information about the python3-winrm package on Kali Linux

Package: python3-winrm
Source: pywinrm
Version: 0.4.3-2
Installed-Size: 192
Maintainer: Debian Python Team
Architecture: all
Depends: python3-requests, python3-requests-ntlm, python3-xmltodict, python3:any
Recommends: python3-kerberos
Size: 32872
SHA256: 13d83156ba535b1c163850bfe1e1a328b062c0492fae695e5e469e335afb0ed9
SHA1: 12c4ad56250984472d6b04ed7cb62510eb411331
MD5sum: 9fa6e2b2b65d80fb67edd3848fcdf253
Description: 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:
Homepage: https://github.com/diyan/pywinrm
Section: python
Priority: optional
Filename: pool/main/p/pywinrm/python3-winrm_0.4.3-2_all.deb