How to Install and Uninstall gettext-csharp Package on openSuSE Tumbleweed

Last updated: June 18,2024

1. Install "gettext-csharp" package

This guide let you learn how to install gettext-csharp on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install gettext-csharp

2. Uninstall "gettext-csharp" package

Please follow the step by step instructions below to uninstall gettext-csharp on openSuSE Tumbleweed:

$ sudo zypper remove gettext-csharp

3. Information about the gettext-csharp package on openSuSE Tumbleweed

Information for package gettext-csharp:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : gettext-csharp
Version : 0.22.5-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 160.7 KiB
Installed : No
Status : not installed
Source package : gettext-csharp-0.22.5-1.1.src
Upstream URL : https://www.gnu.org/software/gettext/
Summary : Native Language Support (NLS) for C#
Description :
Mono with its 'resgen' program uses a design that Microsoft created and
that gives the power to the software vendor and not to the user: it
doesn't allow the end-user to create his own localisations for existing
programs. As documented in the gettext manual:
The advantages of the .dll' format over the .resources' format are:
1. 1. Freedom to localize: Users can add their own translations to an
application after it has been built and distributed. Whereas
when the programmer uses a ResourceManager' constructor provided
by the system, the set of .resources' files for an application
must be specified when the application is built and cannot be
extended afterwards.
2., 3., 4. ...
The included GNU.Gettext.dll gives the user this freedom back and the
also included msgfmt.net.exe and msgunfmt.net.exe handle PO files more
reliably than 'resgen'.

5. The same packages on other Linux Distributions