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

Last updated: July 05,2024

1. Install "python312-tqdm" package

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

$ sudo zypper refresh $ sudo zypper install python312-tqdm

2. Uninstall "python312-tqdm" package

Please follow the step by step instructions below to uninstall python312-tqdm on openSuSE Tumbleweed:

$ sudo zypper remove python312-tqdm

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

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