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

Last updated: October 05,2024

1. Install "python38-tqdm" package

This guide let you learn how to install python38-tqdm on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-tqdm

2. Uninstall "python38-tqdm" package

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

$ sudo zypper remove python38-tqdm

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

Information for package python38-tqdm:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-tqdm
Version : 4.62.3-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 557,7 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.