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

Last updated: May 18,2024

1. Install "python3-translationstring" package

Please follow the step by step instructions below to install python3-translationstring on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-translationstring

2. Uninstall "python3-translationstring" package

Please follow the step by step instructions below to uninstall python3-translationstring on openSUSE Leap:

$ sudo zypper remove python3-translationstring

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

Information for package python3-translationstring:
--------------------------------------------------
Repository : Main Repository
Name : python3-translationstring
Version : 1.4-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 129.5 KiB
Installed : No
Status : not installed
Source package : python-translationstring-1.4-bp155.2.10.src
Upstream URL : https://github.com/Pylons/translationstring
Summary : Utility library for i18n relied on by various Repoze and Pyramid packages
Description :
A library used by various Pylons Project packages for internationalization
(i18n) duties related to translation.
This package provides a translation string class, a translation string factory
class, translation and pluralization primitives, and a utility that helps
Chameleon templates use translation facilities of this package. It does not
depend on Babel, but its translation and pluralization services are meant to
work best when provided with an instance of the babel.support.Translations class.