How to Install and Uninstall python311-rapidfuzz Package on openSuSE Tumbleweed

Last updated: February 04,2025

1. Install "python311-rapidfuzz" package

In this section, we are going to explain the necessary steps to install python311-rapidfuzz on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-rapidfuzz

2. Uninstall "python311-rapidfuzz" package

Please follow the guidelines below to uninstall python311-rapidfuzz on openSuSE Tumbleweed:

$ sudo zypper remove python311-rapidfuzz

3. Information about the python311-rapidfuzz package on openSuSE Tumbleweed

Information for package python311-rapidfuzz:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-rapidfuzz
Version : 3.6.2-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 10.9 MiB
Installed : No
Status : not installed
Source package : python-rapidfuzz-3.6.2-1.1.src
Upstream URL : https://github.com/maxbachmann/RapidFuzz
Summary : Rapid fuzzy string matching
Description :
RapidFuzz is a fast string matching library for Python and C++, which is using
the string similarity calculations from FuzzyWuzzy.