How to Install and Uninstall python3-text-unidecode Package on openSUSE Leap

Last updated: May 11,2024

1. Install "python3-text-unidecode" package

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

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

2. Uninstall "python3-text-unidecode" package

Please follow the guidance below to uninstall python3-text-unidecode on openSUSE Leap:

$ sudo zypper remove python3-text-unidecode

3. Information about the python3-text-unidecode package on openSUSE Leap

Information for package python3-text-unidecode:
-----------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-text-unidecode
Version : 1.3-150400.5.69
Arch : noarch
Vendor : SUSE LLC
Installed Size : 316.1 KiB
Installed : No
Status : not installed
Source package : python3-text-unidecode-1.3-150400.5.69.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.