How to Install and Uninstall python312-speaklater Package on openSuSE Tumbleweed

Last updated: December 26,2024

1. Install "python312-speaklater" package

Please follow the steps below to install python312-speaklater on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-speaklater

2. Uninstall "python312-speaklater" package

Please follow the steps below to uninstall python312-speaklater on openSuSE Tumbleweed:

$ sudo zypper remove python312-speaklater

3. Information about the python312-speaklater package on openSuSE Tumbleweed

Information for package python312-speaklater:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-speaklater
Version : 1.3-3.4
Arch : noarch
Vendor : openSUSE
Installed Size : 17.7 KiB
Installed : No
Status : not installed
Source package : python-speaklater-1.3-3.4.src
Upstream URL : http://github.com/mitsuhiko/speaklater
Summary : Implements a lazy string for python useful for use with gettext
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.