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

Last updated: May 18,2024

1. Install "python3-tzlocal" package

This is a short guide on how to install python3-tzlocal on Kali Linux

$ sudo apt update $ sudo apt install python3-tzlocal

2. Uninstall "python3-tzlocal" package

Please follow the guidelines below to uninstall python3-tzlocal on Kali Linux:

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

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

Package: python3-tzlocal
Source: python-tzlocal
Version: 5.2-1.1
Installed-Size: 88
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 23680
SHA256: 68591486abc8878a8c5669cb699ad04695d02b3cb709c4e6fe40e0d1614f832f
SHA1: be272ba8b428dbabb33a876d8d4456af899c565d
MD5sum: 42ea95c645b6a6d31f0f1686b78368e4
Description: tzinfo object for the local timezone
This Python module returns a tzinfo object with the local timezone
information.
.
Example of usage:
.
>>> from tzlocal import get_localzone
>>> tz = get_localzone()
>>> tz

Description-md5:
Homepage: https://github.com/regebro/tzlocal
Section: python
Priority: optional
Filename: pool/main/p/python-tzlocal/python3-tzlocal_5.2-1.1_all.deb