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

Last updated: July 01,2024

1. Install "python310-tqdm" package

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

$ sudo zypper refresh $ sudo zypper install python310-tqdm

2. Uninstall "python310-tqdm" package

Please follow the guidelines below to uninstall python310-tqdm on openSuSE Tumbleweed:

$ sudo zypper remove python310-tqdm

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

Information for package python310-tqdm:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-tqdm
Version : 4.66.1-3.4
Arch : noarch
Vendor : openSUSE
Installed Size : 497.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.