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

Last updated: May 20,2024

1. Install "python36-tqdm" package

Please follow the instructions below to install python36-tqdm on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-tqdm

2. Uninstall "python36-tqdm" package

Learn how to uninstall python36-tqdm on openSuSE Tumbleweed:

$ sudo zypper remove python36-tqdm

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

Information for package python36-tqdm:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-tqdm
Version : 4.62.3-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 556,5 KiB
Installed : No
Status : not installed
Source package : python-tqdm-4.62.3-1.1.src
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.