How to Install and Uninstall python3-unidecode.noarch Package on Fedora 35

Last updated: January 13,2025

1. Install "python3-unidecode.noarch" package

Please follow the step by step instructions below to install python3-unidecode.noarch on Fedora 35

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

2. Uninstall "python3-unidecode.noarch" package

Please follow the steps below to uninstall python3-unidecode.noarch on Fedora 35:

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

3. Information about the python3-unidecode.noarch package on Fedora 35

Last metadata expiration check: 0:22:26 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-unidecode
Version : 1.2.0
Release : 3.fc35
Architecture : noarch
Size : 298 k
Source : python-unidecode-1.2.0-3.fc35.src.rpm
Repository : fedora
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.