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

Last updated: July 07,2024

1. Install "python36-speaklater" package

This guide let you learn how to install python36-speaklater on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-speaklater

2. Uninstall "python36-speaklater" package

Here is a brief guide to show you how to uninstall python36-speaklater on openSuSE Tumbleweed:

$ sudo zypper remove python36-speaklater

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

Information for package python36-speaklater:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-speaklater
Version : 1.3-2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 16,4 KiB
Installed : No
Status : not installed
Source package : python-speaklater-1.3-2.9.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.