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

Last updated: October 07,2024

1. Install "python3-speaklater.noarch" package

Learn how to install python3-speaklater.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-speaklater.noarch" package

This guide covers the steps necessary to uninstall python3-speaklater.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 1:10:20 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-speaklater
Version : 1.3
Release : 26.el9
Architecture : noarch
Size : 15 k
Source : python-speaklater-1.3-26.el9.src.rpm
Repository : epel
Summary : Implements a lazy string for python3 useful for gettext
URL : http://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.