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

Last updated: May 03,2024

1. Install "python3-shellescape" package

Please follow the steps below to install python3-shellescape on Kali Linux

$ sudo apt update $ sudo apt install python3-shellescape

2. Uninstall "python3-shellescape" package

Here is a brief guide to show you how to uninstall python3-shellescape on Kali Linux:

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

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

Package: python3-shellescape
Source: python-shellescape
Version: 3.4.1-5
Installed-Size: 24
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 5040
SHA256: a85ccba6440cdc2a1c17d51b2688ac438d3078213f46a23a8090c6830c86830e
SHA1: 720babf8b4359fef01e496df445449d1b4825b72
MD5sum: 616793153b81f0e3df8000d879688f03
Description: escapes characters to safely assemble command lines
This python3 library helps to escape a string to safely use it as a token in
a shell command.
.
The shellescape Python module defines the shellescape.quote() function
that returns a shell-escaped version of a Python string. This is a
backport of the shlex.quote() function from Python 3.4.3 that makes
it accessible to users of Python 3 versions < 3.3 and all Python 2.x
versions.
Description-md5:
Homepage: https://github.com/chrissimpkins/shellescape
Section: python
Priority: optional
Filename: pool/main/p/python-shellescape/python3-shellescape_3.4.1-5_all.deb