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

Last updated: May 03,2024

1. Install "python3-tqdm" package

Here is a brief guide to show you how to install python3-tqdm on Kali Linux

$ sudo apt update $ sudo apt install python3-tqdm

2. Uninstall "python3-tqdm" package

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

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

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

Package: python3-tqdm
Source: tqdm
Version: 4.64.1-2
Installed-Size: 333
Maintainer: Sandro Tosi
Architecture: all
Depends: python3-importlib-resources | python3-supported-min (>= 3.7), python3:any
Size: 93680
SHA256: d69377201615e85ba2729d576730cac11800a8717007070a34e2df8b6afceb69
SHA1: 04228d71604fc05f4b44a861e4a4db258a7d042c
MD5sum: 78b73223f0bdb8082c8bd56071a7073c
Description: fast, extensible progress bar for Python 3 and CLI tool
tqdm (read taqadum, تقدّم) means “progress” in Arabic. tqdm instantly makes
your loops show a smart progress meter, just by wrapping any iterable with
"tqdm(iterable)".
.
This package contains the Python 3 version of tqdm and its command-line tool.
Description-md5:
Homepage: https://github.com/tqdm/tqdm
Section: python
Priority: optional
Filename: pool/main/t/tqdm/python3-tqdm_4.64.1-2_all.deb