How to Install and Uninstall python3-fuzzywuzzy.noarch Package on Fedora 36

Last updated: May 18,2024

1. Install "python3-fuzzywuzzy.noarch" package

Please follow the guidance below to install python3-fuzzywuzzy.noarch on Fedora 36

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

2. Uninstall "python3-fuzzywuzzy.noarch" package

Please follow the guidance below to uninstall python3-fuzzywuzzy.noarch on Fedora 36:

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

3. Information about the python3-fuzzywuzzy.noarch package on Fedora 36

Last metadata expiration check: 0:59:08 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-fuzzywuzzy
Version : 0.18.0
Release : 8.fc36
Architecture : noarch
Size : 39 k
Source : python-fuzzywuzzy-0.18.0-8.fc36.src.rpm
Repository : fedora
Summary : Fuzzy string matching in Python
URL : https://github.com/seatgeek/fuzzywuzzy/
License : MIT
Description : Fuzzy string matching module that uses Levenshtein Distance to calculate the
: differences between sequences in a simple-to-use package.