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

Last updated: September 28,2024

1. Install "python3-textdistance.noarch" package

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

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

2. Uninstall "python3-textdistance.noarch" package

This guide covers the steps necessary to uninstall python3-textdistance.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:34:17 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-textdistance
Version : 4.2.0
Release : 3.fc34
Architecture : noarch
Size : 59 k
Source : python-textdistance-4.2.0-3.fc34.src.rpm
Repository : fedora
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.