How to Install and Uninstall python3-tqdm Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python3-tqdm" package

This guide covers the steps necessary to install python3-tqdm on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-tqdm

2. Uninstall "python3-tqdm" package

Please follow the step by step instructions below to uninstall python3-tqdm on openSUSE Leap:

$ sudo zypper remove python3-tqdm

3. Information about the python3-tqdm package on openSUSE Leap

Information for package python3-tqdm:
-------------------------------------
Repository : Main Repository
Name : python3-tqdm
Version : 4.45.0-bp155.2.14
Arch : noarch
Vendor : openSUSE
Installed Size : 437.6 KiB
Installed : No
Status : not installed
Source package : python-tqdm-4.45.0-bp155.2.14.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.