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

Last updated: July 04,2024

1. Install "python2-tqdm" package

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

$ sudo zypper refresh $ sudo zypper install python2-tqdm

2. Uninstall "python2-tqdm" package

Here is a brief guide to show you how to uninstall python2-tqdm on openSUSE Leap:

$ sudo zypper remove python2-tqdm

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

Information for package python2-tqdm:
-------------------------------------
Repository : Main Repository
Name : python2-tqdm
Version : 4.45.0-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 413,2 KiB
Installed : No
Status : not installed
Source package : python-tqdm-4.45.0-bp153.1.17.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.