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

Last updated: January 11,2025

1. Install "python3-unidecode.noarch" package

Please follow the instructions below to install python3-unidecode.noarch on Fedora 39

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

2. Uninstall "python3-unidecode.noarch" package

Please follow the guidance below to uninstall python3-unidecode.noarch on Fedora 39:

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

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

Last metadata expiration check: 5:16:03 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-unidecode
Version : 1.3.4
Release : 5.fc39
Architecture : noarch
Size : 395 k
Source : python-unidecode-1.3.4-5.fc39.src.rpm
Repository : fedora
Summary : US-ASCII transliterations of Unicode text
URL : https://pypi.python.org/pypi/Unidecode/1.3.4
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.