How to Install and Uninstall python3-tqdm.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "python3-tqdm.noarch" package

In this section, we are going to explain the necessary steps to install python3-tqdm.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-tqdm.noarch

2. Uninstall "python3-tqdm.noarch" package

This guide let you learn how to uninstall python3-tqdm.noarch on Fedora 34:

$ sudo dnf remove python3-tqdm.noarch $ sudo dnf autoremove

3. Information about the python3-tqdm.noarch package on Fedora 34

Last metadata expiration check: 1:56:59 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-tqdm
Version : 4.64.0
Release : 1.fc34
Architecture : noarch
Size : 131 k
Source : python-tqdm-4.64.0-1.fc34.src.rpm
Repository : updates
Summary : Fast, Extensible Progress Meter
URL : https://github.com/tqdm/tqdm
License : MPLv2.0 and MIT
Description : tqdm (read taqadum, تقدّم) means "progress" in Arabic.
:
: Instantly make your loops show a smart progress meter - just wrap any iterable
: with "tqdm(iterable)", and you are done!
:
: Python 3 version.