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

Last updated: April 28,2024

1. Install "python3-echo" package

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

$ sudo apt update $ sudo apt install python3-echo

2. Uninstall "python3-echo" package

Please follow the instructions below to uninstall python3-echo on Kali Linux:

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

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

Package: python3-echo
Source: python-echo
Version: 0.5-2
Installed-Size: 142
Maintainer: Josue Ortega
Architecture: all
Depends: python3-numpy, python3-qtpy, python3:any (>= 3.8~)
Size: 22028
SHA256: cb652160fe4439f3be815edc6af9d79ad529bf589432e78ee3e9e080fceaf02b
SHA1: cc0393ab322c2a65c1faf6b607c41ebae9cd067e
MD5sum: c73148ef69c46d2754778812069594f1
Description: Callback Properties in Python
Python Echo is a small library for attaching callback functions to property
state changes.
The main features of Echo are:
- A simple, property-like interface to monitor state changes.
- Decorator syntax to create callback property getter/setter methods,
similar to @property.
- Context managers to delay or ignore callback events.
- Helper functions to connect callback properties to GUI elements
(at the moment only Qt is supported).
Description-md5:
Multi-Arch: foreign
Homepage: https://echo.readthedocs.io
Section: python
Priority: optional
Filename: pool/main/p/python-echo/python3-echo_0.5-2_all.deb