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

Last updated: June 24,2024

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

This tutorial shows how to install python3-absl-py.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

This guide let you learn how to uninstall python3-absl-py.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 0:07:06 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-absl-py
Version : 1.4.0
Release : 1.el9
Architecture : noarch
Size : 190 k
Source : python-absl-py-1.4.0-1.el9.src.rpm
Repository : epel
Summary : Abseil Python Common Libraries
URL : https://github.com/abseil/abseil-py/
License : Apache-2.0
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