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

Last updated: May 17,2024

1. Install "python-ioprocess" package

This guide covers the steps necessary to install python-ioprocess on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-ioprocess

2. Uninstall "python-ioprocess" package

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

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

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

Package: python-ioprocess
Priority: extra
Section: universe/python
Installed-Size: 35
Maintainer: Ubuntu Developers
Original-Maintainer: Milan Zamazal
Architecture: all
Source: ioprocess
Version: 0.15.1-2ubuntu1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python, python-cpopen, python-six, ioprocess
Filename: pool/universe/i/ioprocess/python-ioprocess_0.15.1-2ubuntu1_all.deb
Size: 6666
MD5sum: 2970e95041322dda2b9836177ca41765
SHA1: 31c175255f3ab0eb6dbb4832c893798224a443c2
SHA256: 8830e3a8be6b648221659b0f162b59eba2cb2ecc9b6ab92ca380ac7aa9290bec
Description-en: Python bindings for ioprocess
When performing IO over network storage (specifically NFS) the process might
get stuck in D state. To prevent your main process from becoming unkillable
you might prefer to have a slave process do all the risky IO. This is what
ioprocess is for.
.
This package provides a python API to ioprocess.
Description-md5: 615ab22bdb97a6c2d976a02c1c9ce5e6
Homepage: http://www.ovirt.org/Features/ioprocess
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu