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

Last updated: January 10,2025

1. Install "python3-textdistance.noarch" package

In this section, we are going to explain the necessary steps to install python3-textdistance.noarch on Fedora 39

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

2. Uninstall "python3-textdistance.noarch" package

This guide let you learn how to uninstall python3-textdistance.noarch on Fedora 39:

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

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

Last metadata expiration check: 3:48:02 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-textdistance
Version : 4.6.1
Release : 1.fc39
Architecture : noarch
Size : 88 k
Source : python-textdistance-4.6.1-1.fc39.src.rpm
Repository : updates
Summary : Compute distance between the two texts
URL : https://github.com/orsinium/textdistance
License : MIT
Description : TextDistance - python library for comparing distance between two or more
: sequences by many algorithms.
:
: Features:
:
: • 30+ algorithms
: • Pure python implementation
: • Simple usage
: • More than two sequences comparing
: • Some algorithms have more than one implementation in one class.
: • Optional numpy usage for maximum speed.