How to Install and Uninstall python39-text-unidecode Package on openSuSE Tumbleweed

Last updated: November 26,2024

1. Install "python39-text-unidecode" package

In this section, we are going to explain the necessary steps to install python39-text-unidecode on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-text-unidecode

2. Uninstall "python39-text-unidecode" package

Please follow the guidance below to uninstall python39-text-unidecode on openSuSE Tumbleweed:

$ sudo zypper remove python39-text-unidecode

3. Information about the python39-text-unidecode package on openSuSE Tumbleweed

Information for package python39-text-unidecode:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-text-unidecode
Version : 1.3-2.6
Arch : noarch
Vendor : openSUSE
Installed Size : 315.1 KiB
Installed : No
Status : not installed
Source package : python-text-unidecode-1.3-2.6.src
Upstream URL : https://github.com/kmike/text-unidecode/
Summary : The most basic Text::Unidecode port
Description :
text-unidecode is the most basic port of the Text::Unidecode Perl library.
There are other Python ports of Text::Unidecode (unidecode and
isounidecode). unidecode is GPL; isounidecode doesn’t support Python 3
and uses too much memory.
This port is licensed under Artistic License and supports both Python
2.x and 3.x.