How to Install and Uninstall golang-github-lithammer-fuzzysearch-devel.noarch Package on Fedora 39

Last updated: March 01,2025

1. Install "golang-github-lithammer-fuzzysearch-devel.noarch" package

Here is a brief guide to show you how to install golang-github-lithammer-fuzzysearch-devel.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install golang-github-lithammer-fuzzysearch-devel.noarch

2. Uninstall "golang-github-lithammer-fuzzysearch-devel.noarch" package

Please follow the steps below to uninstall golang-github-lithammer-fuzzysearch-devel.noarch on Fedora 39:

$ sudo dnf remove golang-github-lithammer-fuzzysearch-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-lithammer-fuzzysearch-devel.noarch package on Fedora 39

Last metadata expiration check: 0:14:26 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : golang-github-lithammer-fuzzysearch-devel
Version : 1.1.8
Release : 2.fc39
Architecture : noarch
Size : 17 k
Source : golang-github-lithammer-fuzzysearch-1.1.8-2.fc39.src.rpm
Repository : fedora
Summary : Tiny and fast fuzzy search in Go
URL : https://github.com/lithammer/fuzzysearch
License : MIT
Description : Inspired by bevacqua/fuzzysearch, a fuzzy matching library written in
: JavaScript. But contains some extras like ranking using Levenshtein distance
: (see RankMatch()) and finding matches in a list of words (see Find()).
:
: Fuzzy searching allows for flexibly matching a string with partial input,
: useful for filtering data very quickly based on lightweight user input.
:
: The current implementation uses the algorithm suggested by Mr. Aleph, a russian
: compiler engineer working at V8.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/lithammer/fuzzysearch