How to Install and Uninstall python39-tqdm Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "python39-tqdm" package

Here is a brief guide to show you how to install python39-tqdm on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-tqdm

2. Uninstall "python39-tqdm" package

Learn how to uninstall python39-tqdm on openSuSE Tumbleweed:

$ sudo zypper remove python39-tqdm

3. Information about the python39-tqdm package on openSuSE Tumbleweed

Information for package python39-tqdm:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-tqdm
Version : 4.66.1-3.4
Arch : noarch
Vendor : openSUSE
Installed Size : 496.0 KiB
Installed : No
Status : not installed
Source package : python-tqdm-4.66.1-3.4.src
Upstream URL : https://github.com/tqdm/tqdm
Summary : An extensible progress meter
Description :
tqdm lets you output a progress meter from within loops by wrapping
any iterable with "tqdm(iterable)".
tqdm's overhead is one order of magnitude less than python-progressbar
and does not require ncurses.