How to Install and Uninstall python-shellescape Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 22,2024

1. Install "python-shellescape" package

Here is a brief guide to show you how to install python-shellescape on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-shellescape

2. Uninstall "python-shellescape" package

Learn how to uninstall python-shellescape on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-shellescape package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-shellescape
Priority: optional
Section: universe/python
Installed-Size: 25
Maintainer: Ubuntu Developers
Original-Maintainer: Steffen Moeller
Architecture: all
Version: 3.4.1-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-shellescape/python-shellescape_3.4.1-1_all.deb
Size: 4292
MD5sum: 64b6bfd63e5d9353810b39d4163754ea
SHA1: 99dd86fb7491849ff0113b5bc6eec72f310ec382
SHA256: 7bb83b049e9495f8bdc04ee5c32589ef72962bf239b11a2c4ffdcec3db3bd52f
Description-en: escapes characters to safely assemble command lines
This python2 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: 327dd0e8440727a55efcfda93aa3256c
Homepage: https://github.com/chrissimpkins/shellescape
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu