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

Last updated: September 28,2024

1. Install "python3-sarge" package

This is a short guide on how to install python3-sarge on Kali Linux

$ sudo apt update $ sudo apt install python3-sarge

2. Uninstall "python3-sarge" package

Please follow the guidelines below to uninstall python3-sarge on Kali Linux:

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

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

Package: python3-sarge
Source: sarge
Version: 0.1.7.post1-0kali1
Architecture: all
Maintainer: Kali Developers
Installed-Size: 90
Depends: python3:any
Suggests: python-sarge-doc
Homepage: https://docs.red-dove.com/sarge/
Priority: optional
Section: python
Filename: pool/main/s/sarge/python3-sarge_0.1.7.post1-0kali1_all.deb
Size: 17960
SHA256: 22dfce1abf1283eccda3c7f6d9c4e7aee417fa9b64dc2175dc0ccc50d2812321
SHA1: 720ee2d2344fc99dce77e51319e9b0f4242e01d4
MD5sum: 653221e988536b72a9cc039a991dbd5d
Description: library to interact with exteranl programs (Python 3)
This package contains Sarge, a library which is intended to make your life
easier than using the subprocess module in Python’s standard library.
.
Sarge is, of course, short for sergeant – and like any good non-commissioned
officer, sarge works to issue commands on your behalf and to inform you about
the results of running those commands.
.
This package installs the library for Python 3.
Description-md5:

5. The same packages on other Linux Distributions