How to Install and Uninstall python3-unidecode.noarch Package on CentOS Stream 9

Last updated: October 02,2024

1. Install "python3-unidecode.noarch" package

Here is a brief guide to show you how to install python3-unidecode.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3-unidecode.noarch

2. Uninstall "python3-unidecode.noarch" package

This guide let you learn how to uninstall python3-unidecode.noarch on CentOS Stream 9:

$ sudo dnf remove python3-unidecode.noarch $ sudo dnf autoremove

3. Information about the python3-unidecode.noarch package on CentOS Stream 9

Last metadata expiration check: 2:40:25 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-unidecode
Version : 1.2.0
Release : 5.el9
Architecture : noarch
Size : 300 k
Source : python-unidecode-1.2.0-5.el9.src.rpm
Repository : epel
Summary : US-ASCII transliterations of Unicode text
URL : https://pypi.python.org/pypi/Unidecode/1.2.0
License : GPLv2+
Description : This is a python port of Text::Unidecode Perl module. It provides a function,
: 'unidecode(...)' that takes Unicode data and tries to represent it in ASCII
: characters.