How to Install and Uninstall python3-progressbar2.noarch Package on AlmaLinux 8
Last updated: November 01,2024
1. Install "python3-progressbar2.noarch" package
This is a short guide on how to install python3-progressbar2.noarch on AlmaLinux 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-progressbar2.noarch
Copied
2. Uninstall "python3-progressbar2.noarch" package
This tutorial shows how to uninstall python3-progressbar2.noarch on AlmaLinux 8:
$
sudo dnf remove
python3-progressbar2.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-progressbar2.noarch package on AlmaLinux 8
Last metadata expiration check: 1:57:18 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python3-progressbar2
Version : 3.53.1
Release : 1.el8
Architecture : noarch
Size : 55 k
Source : python-progressbar2-3.53.1-1.el8.src.rpm
Repository : epel
Summary : A Progressbar 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.
Available Packages
Name : python3-progressbar2
Version : 3.53.1
Release : 1.el8
Architecture : noarch
Size : 55 k
Source : python-progressbar2-3.53.1-1.el8.src.rpm
Repository : epel
Summary : A Progressbar 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.