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

Last updated: May 14,2024

1. Install "python2-speaklater" package

Learn how to install python2-speaklater on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-speaklater

2. Uninstall "python2-speaklater" package

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

$ sudo zypper remove python2-speaklater

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

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