How to Install and Uninstall python3-iowait Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: December 24,2024
1. Install "python3-iowait" package
This is a short guide on how to install python3-iowait on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
python3-iowait
Copied
2. Uninstall "python3-iowait" package
In this section, we are going to explain the necessary steps to uninstall python3-iowait on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
python3-iowait
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the python3-iowait package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: python3-iowait
Priority: optional
Section: universe/python
Installed-Size: 52
Maintainer: Andrea Corbellini
Architecture: all
Source: python-iowait
Version: 0.1-1.1build1
Depends: python3 (>= 3.1.3-13~)
Filename: pool/universe/p/python-iowait/python3-iowait_0.1-1.1build1_all.deb
Size: 6186
MD5sum: b8e7b9f297a5dd57d59f5061f53bd3b8
SHA1: 7d8e54244ad54b860e765eb614e617612fa3ab1e
SHA256: 9e8ad41fc9ada6ce029c8817b6fd3faa66e05bcba4b03b22060d0429b3d1985f
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.
.
This package provides the module for Python 3.
Description-md5: fc59bde767ae328033150148ba8a18de
Homepage: https://launchpad.net/python-iowait
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Priority: optional
Section: universe/python
Installed-Size: 52
Maintainer: Andrea Corbellini
Architecture: all
Source: python-iowait
Version: 0.1-1.1build1
Depends: python3 (>= 3.1.3-13~)
Filename: pool/universe/p/python-iowait/python3-iowait_0.1-1.1build1_all.deb
Size: 6186
MD5sum: b8e7b9f297a5dd57d59f5061f53bd3b8
SHA1: 7d8e54244ad54b860e765eb614e617612fa3ab1e
SHA256: 9e8ad41fc9ada6ce029c8817b6fd3faa66e05bcba4b03b22060d0429b3d1985f
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.
.
This package provides the module for Python 3.
Description-md5: fc59bde767ae328033150148ba8a18de
Homepage: https://launchpad.net/python-iowait
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu