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

Last updated: May 18,2024

1. Install "python3-pystray" package

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

$ sudo apt update $ sudo apt install python3-pystray

2. Uninstall "python3-pystray" package

This is a short guide on how to uninstall python3-pystray on Kali Linux:

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

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

Package: python3-pystray
Source: pystray
Version: 0.19.4-2
Installed-Size: 124
Maintainer: Debian Python Team
Architecture: all
Depends: gir1.2-ayatanaappindicator3-0.1, gir1.2-glib-2.0, gir1.2-gtk-3.0, python3-gi, python3-pil, python3-six, python3-xlib, python3:any
Suggests: python-pystray-doc
Size: 25536
SHA256: 3817203530c9cac6450e2ae5b1cbed9814e669e2194bdc324933e540fdf36499
SHA1: 30590a4502300a7497cb7a3a240a8d73e989ed5e
MD5sum: d94ede0f1f7ff209c72e19943ba1440b
Description: Python library to create system tray icons (Python 3)
This package installs pystray for Python 3. Pystray is a Python library to
create system tray icons.
.
Pystray allows specifying an icon, a title and a callback for when the icon is
activated. The icon and title can be changed after the icon has been created,
and the visibility of the icon can be toggled.
.
It supports Linux under Xorg, GNOME and Ubuntu, macOS and Windows.
Description-md5:
Homepage: https://github.com/moses-palmer/pystray
Section: python
Priority: optional
Filename: pool/main/p/pystray/python3-pystray_0.19.4-2_all.deb