How to Install and Uninstall python2-absl-py.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 13,2024

1. Install "python2-absl-py.noarch" package

Here is a brief guide to show you how to install python2-absl-py.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python2-absl-py.noarch

2. Uninstall "python2-absl-py.noarch" package

In this section, we are going to explain the necessary steps to uninstall python2-absl-py.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python2-absl-py.noarch $ sudo dnf autoremove

3. Information about the python2-absl-py.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:35:37 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python2-absl-py
Version : 0.13.0
Release : 1.el8
Architecture : noarch
Size : 203 k
Source : python-absl-py-0.13.0-1.el8.src.rpm
Repository : epel
Summary : Abseil Python Common Libraries
URL : https://github.com/abseil/abseil-py/
License : ASL 2.0 and Python
Description : This repository is a collection of Python library code for building Python
: applications. The code is collected from Google’s own Python code base, and has
: been extensively tested and used in production.
:
: Features:
:
: • Simple application startup
: • Distributed commandline flags system
: • Custom logging module with additional features
: • Testing utilities