How to Install and Uninstall tkcalendar Package on Kali Linux

Last updated: December 30,2024

1. Install "tkcalendar" package

This tutorial shows how to install tkcalendar on Kali Linux

$ sudo apt update $ sudo apt install tkcalendar

2. Uninstall "tkcalendar" package

This guide covers the steps necessary to uninstall tkcalendar on Kali Linux:

$ sudo apt remove tkcalendar $ sudo apt autoclean && sudo apt autoremove

3. Information about the tkcalendar package on Kali Linux

Package: tkcalendar
Version: 1.6.1-4
Installed-Size: 139
Maintainer: Debian Python Team
Architecture: all
Depends: python3-babel, python3:any
Size: 24916
SHA256: 9edfaa20c4fd8e1cfca44c03c05faeaf29445a25df2fac7c8aecfc41200f1a39
SHA1: 33eb3be284bcb9947bbd5629335c74b84720bed4
MD5sum: 6dd4c25cb781d35f96e93fb460ebd2ca
Description: Calendar widget for Tkinter
tkcalendar is a Python module that provides
the Calendar and DateEntry widgets for Tkinter.
.
The DateEntry widget is similar to a Combobox,
but the drop-down is not a list but a Calendar
to select a date. Events can be displayed in the
Calendar with custom colors and a tooltip displays
the event list for a given day.
Description-md5:
Homepage: https://github.com/j4321/tkcalendar
Section: python
Priority: optional
Filename: pool/main/t/tkcalendar/tkcalendar_1.6.1-4_all.deb