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

Last updated: October 05,2024

1. Install "python3-textdistance.noarch" package

Learn how to install python3-textdistance.noarch on Fedora 35

$ 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 35:

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

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

Last metadata expiration check: 1:24:58 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-textdistance
Version : 4.2.0
Release : 5.fc35
Architecture : noarch
Size : 59 k
Source : python-textdistance-4.2.0-5.fc35.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.