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

Last updated: June 05,2024

1. Install "python-subprocess32" package

This is a short guide on how to install python-subprocess32 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-subprocess32

2. Uninstall "python-subprocess32" package

Please follow the instructions below to uninstall python-subprocess32 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-subprocess32
Priority: optional
Section: universe/python
Installed-Size: 111
Maintainer: Ubuntu Developers
Original-Maintainer: Daniel Stender
Architecture: amd64
Version: 3.2.6-1
Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.9)
Filename: pool/universe/p/python-subprocess32/python-subprocess32_3.2.6-1_amd64.deb
Size: 25736
MD5sum: 1976a4208899eb4ed6d2b44b8e50da58
SHA1: 1b648c436a6c2aca0cb1ea8026630bb2a992e81a
SHA256: fee7398476ce455d2e4b9b24781f7226303643cd3f8c889df875f0faf4eed468
Description-en: backport of the Py3 stdlib subprocess module for Py2
This is a backport of the Python 3.2 subprocess module to replace the stdlib
subprocess module of Python versions 2.4 through 2.7, strongly recommended for
POSIX systems. It includes a C extension used internally to handle the code
path between fork() and exec(), which is more reliable when an application uses
threads. Timeout support backported from Python 3.3 is also included. On the
background, see PEP-324.
Description-md5: 55d2e8f4edc53063684f21068ea0ab7c
Homepage: https://code.google.com/p/python-subprocess32
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu