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

Last updated: September 22,2024

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

This tutorial shows how to install golang-github-lithammer-fuzzysearch-devel.noarch on Fedora 35

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

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

This guide let you learn how to uninstall golang-github-lithammer-fuzzysearch-devel.noarch on Fedora 35:

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

Last metadata expiration check: 1:44:48 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : golang-github-lithammer-fuzzysearch-devel
Version : 1.1.1
Release : 3.fc35
Architecture : noarch
Size : 16 k
Source : golang-github-lithammer-fuzzysearch-1.1.1-3.fc35.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