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

Last updated: May 09,2024

1. Install "python3-pypsrp" package

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

$ sudo apt update $ sudo apt install python3-pypsrp

2. Uninstall "python3-pypsrp" package

This guide covers the steps necessary to uninstall python3-pypsrp on Kali Linux:

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

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

Package: python3-pypsrp
Source: pypsrp
Version: 0.8.1-0kali2
Architecture: all
Maintainer: Kali Developers
Installed-Size: 394
Depends: python3-cryptography, python3-requests, python3-spnego, python3:any
Homepage: https://github.com/jborean93/pypsrp
Priority: optional
Section: python
Filename: pool/main/p/pypsrp/python3-pypsrp_0.8.1-0kali2_all.deb
Size: 71136
SHA256: 4d1981f6c599eb35274a42b9e4c02b76dfefbcbecee2806ef69c70c00dc43856
SHA1: 4277bf5a7584ea4267bd92ec3b03203d7d6deeba
MD5sum: b901d89424eb5d4db7204038b54f9dc1
Description: PowerShell Remoting Protocol for Python (Python 3)
This package contains a Python client for the PowerShell Remoting Protocol
(PSRP) and Windows Remove Management (WinRM) service. It allows your to
execute commands on a remote Windows host from any machine that can run
Python.
.
This library exposes 4 different types of APIs;
* A simple client API that can copy files to and from the remote Windows
host as well as execute processes and PowerShell scripts
* A WSMan interface to execute various WSMan calls like Send, Create,
Connect, Disconnect, etc
* A Windows Remote Shell (WinRS) layer that executes cmd commands and
executables using the base WinRM protocol
* A PowerShell Remoting Protocol (PSRP) layer allows you to create remote
Runspace Pools and PowerShell pipelines
.
This package installs the library for Python 3.
Description-md5: