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

Last updated: June 29,2024

1. Install "python39-rapidfuzz" package

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

$ sudo zypper refresh $ sudo zypper install python39-rapidfuzz

2. Uninstall "python39-rapidfuzz" package

In this section, we are going to explain the necessary steps to uninstall python39-rapidfuzz on openSuSE Tumbleweed:

$ sudo zypper remove python39-rapidfuzz

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

Information for package python39-rapidfuzz:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-rapidfuzz
Version : 3.6.2-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 10.8 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.