How to Install and Uninstall python3-progressbar2.noarch Package on Rocky Linux 9

Last updated: January 12,2025

1. Install "python3-progressbar2.noarch" package

Please follow the steps below to install python3-progressbar2.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install python3-progressbar2.noarch

2. Uninstall "python3-progressbar2.noarch" package

Here is a brief guide to show you how to uninstall python3-progressbar2.noarch on Rocky Linux 9:

$ sudo dnf remove python3-progressbar2.noarch $ sudo dnf autoremove

3. Information about the python3-progressbar2.noarch package on Rocky Linux 9

Last metadata expiration check: 1:29:24 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-progressbar2
Version : 3.53.2
Release : 3.el9
Architecture : noarch
Size : 56 k
Source : python-progressbar2-3.53.2-3.el9.src.rpm
Repository : epel
Summary : Library to provide visual progress to long running operations
URL : https://pypi.python.org/pypi/progressbar2
License : BSD
Description :
: A text progress bar is typically used to display the progress of a long running
: operation, providing a visual cue that processing is underway.
:
: The ProgressBar class manages the current progress, and the format of the line
: is given by a number of widgets.
:
: The progressbar module is very easy to use, yet very powerful. It will also
: automatically enable features like auto-resizing when the system supports it.