How to Install and Uninstall python3-iowait Package on Kali Linux

Last updated: May 18,2024

1. Install "python3-iowait" package

In this section, we are going to explain the necessary steps to install python3-iowait on Kali Linux

$ sudo apt update $ sudo apt install python3-iowait

2. Uninstall "python3-iowait" package

This guide let you learn how to uninstall python3-iowait on Kali Linux:

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

3. Information about the python3-iowait package on Kali Linux

Package: python3-iowait
Source: python-iowait
Version: 0.1-1.3
Installed-Size: 30
Maintainer: Andrea Corbellini
Architecture: all
Depends: python3:any
Size: 6392
SHA256: d84b710547e0c0f80c18c023cd081f39bbb9de11e62a6c217cf835f63401bcef
SHA1: 9181b21db012e35fb3ce8437b41c1ed7be38c59e
MD5sum: 294b168caa2f94910c42163836133601
Description: 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:
Homepage: https://launchpad.net/python-iowait
Section: python
Priority: optional
Filename: pool/main/p/python-iowait/python3-iowait_0.1-1.3_all.deb