How to Install and Uninstall python2-absl-py.noarch Package on CentOS 8 / RHEL 8

Last updated: June 29,2024

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

Learn how to install python2-absl-py.noarch on CentOS 8 / RHEL 8

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

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

This is a short guide on how to uninstall python2-absl-py.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python2-absl-py.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:40:34 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python2-absl-py
Version : 0.12.0
Release : 2.el8
Architecture : noarch
Size : 199 k
Source : python-absl-py-0.12.0-2.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