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

Last updated: May 08,2024

1. Install "python3-pyee" package

This guide covers the steps necessary to install python3-pyee on Kali Linux

$ sudo apt update $ sudo apt install python3-pyee

2. Uninstall "python3-pyee" package

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

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

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

Package: python3-pyee
Source: pyee
Version: 11.1.0-1
Installed-Size: 62
Maintainer: Debian Python Team
Architecture: all
Depends: python3-typing-extensions, python3:any
Size: 16644
SHA256: 37a0fbc0d0dc4a86b11383d6cf6e90a11dcc06a181f0360d3bcb1f47f5be54f2
SHA1: c027fa80427202a2d79254d31c5690b233c383e3
MD5sum: 47f6ea82ca1eecc152df7724dba0ee4b
Description: Python 3 port of node.js's EventEmitter to Python
This package contains the pyee module for Python 3. pyee supplies an
EventEmitter object similar to the EventEmitter from node.js. This allows
developers to register a function to an event, which means that when the event
is emitted, the function will be called.
Description-md5:
Homepage: https://github.com/jfhbrook/pyee
Section: python
Priority: optional
Filename: pool/main/p/pyee/python3-pyee_11.1.0-1_all.deb