How to Install and Uninstall python3-speaklater.noarch Package on CentOS 8 / RHEL 8

Last updated: January 13,2025

1. Install "python3-speaklater.noarch" package

Here is a brief guide to show you how to install python3-speaklater.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install python3-speaklater.noarch

2. Uninstall "python3-speaklater.noarch" package

This is a short guide on how to uninstall python3-speaklater.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove python3-speaklater.noarch $ sudo dnf autoremove

3. Information about the python3-speaklater.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:06:25 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-speaklater
Version : 1.3
Release : 19.el8
Architecture : noarch
Size : 17 k
Source : python-speaklater-1.3-19.el8.src.rpm
Repository : epel
Summary : Implements a lazy string for python3 useful for gettext
URL : https://github.com/mitsuhiko/speaklater
License : BSD
Description : A module that provides lazy strings for translations. Basically you get an
: object that appears to be a string but changes the value every time the value
: is evaluated based on a callable you provide.
:
: This package provides the python3 version of the module.