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

Last updated: May 17,2024

1. Install "python-iowait" package

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

$ sudo apt update $ sudo apt install python-iowait

2. Uninstall "python-iowait" package

In this section, we are going to explain the necessary steps to uninstall python-iowait on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-iowait
Priority: optional
Section: universe/python
Installed-Size: 58
Maintainer: Andrea Corbellini
Architecture: all
Version: 0.1-1.1build1
Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8)
Filename: pool/universe/p/python-iowait/python-iowait_0.1-1.1build1_all.deb
Size: 6518
MD5sum: 357677bdc7462ccdb94436fb57a187f5
SHA1: d3a0c5d5c3d0d6d2e5523c98fe64e73959534588
SHA256: 206ab7e217fdc14c2a8ddc15a8652c985cf50eccf108d214b45e636b4345732d
Description-en: Platform-independent module for I/O completion events
Different operating systems provide different ways to wait for I/O completion
events: there's select(), poll(), epoll() and kqueue(). For cross-platform
applications it can be a pain to support all this system functions, especially
because each one provides a different interface.
.
IOWait solves this problem by providing a unified interface and using always
the best and faster function available in the platform. Its only limitation is
that, on Windows, it only works for sockets.
Description-md5: e2b00eb07e352e5e5220dd92aba5671f
Homepage: https://launchpad.net/python-iowait
Python-Version: 2.7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu