How to Install and Uninstall python310-translationstring Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "python310-translationstring" package

In this section, we are going to explain the necessary steps to install python310-translationstring on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-translationstring

2. Uninstall "python310-translationstring" package

This guide let you learn how to uninstall python310-translationstring on openSuSE Tumbleweed:

$ sudo zypper remove python310-translationstring

3. Information about the python310-translationstring package on openSuSE Tumbleweed

Information for package python310-translationstring:
----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-translationstring
Version : 1.4-3.5
Arch : noarch
Vendor : openSUSE
Installed Size : 97.7 KiB
Installed : No
Status : not installed
Source package : python-translationstring-1.4-3.5.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.