How to Install and Uninstall python3-speaklater Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-speaklater" package

Please follow the guidelines below to install python3-speaklater on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-speaklater

2. Uninstall "python3-speaklater" package

This guide covers the steps necessary to uninstall python3-speaklater on openSUSE Leap:

$ sudo zypper remove python3-speaklater

3. Information about the python3-speaklater package on openSUSE Leap

Information for package python3-speaklater:
-------------------------------------------
Repository : Main Repository
Name : python3-speaklater
Version : 1.3-1.23
Arch : noarch
Vendor : SUSE LLC
Installed Size : 16.9 KiB
Installed : No
Status : not installed
Source package : python-speaklater-1.3-1.23.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.