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

Last updated: November 24,2024

1. Install "python3-textdistance.noarch" package

Here is a brief guide to show you how to install python3-textdistance.noarch on Fedora 36

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

2. Uninstall "python3-textdistance.noarch" package

Please follow the guidelines below to uninstall python3-textdistance.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:58:57 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-textdistance
Version : 4.2.0
Release : 6.fc36
Architecture : noarch
Size : 59 k
Source : python-textdistance-4.2.0-6.fc36.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.