How to Install and Uninstall python3-absl-py.noarch Package on Fedora 34

Last updated: September 18,2024

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

Learn how to install python3-absl-py.noarch on Fedora 34

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

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

Please follow the instructions below to uninstall python3-absl-py.noarch on Fedora 34:

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

3. Information about the python3-absl-py.noarch package on Fedora 34

Last metadata expiration check: 3:51:04 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-absl-py
Version : 0.15.0
Release : 1.fc34
Architecture : noarch
Size : 200 k
Source : python-absl-py-0.15.0-1.fc34.src.rpm
Repository : updates
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