How to Install and Uninstall R-stringdist.x86_64 Package on Fedora 35

Last updated: July 05,2024

1. Install "R-stringdist.x86_64" package

Here is a brief guide to show you how to install R-stringdist.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install R-stringdist.x86_64

2. Uninstall "R-stringdist.x86_64" package

This tutorial shows how to uninstall R-stringdist.x86_64 on Fedora 35:

$ sudo dnf remove R-stringdist.x86_64 $ sudo dnf autoremove

3. Information about the R-stringdist.x86_64 package on Fedora 35

Last metadata expiration check: 3:07:29 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : R-stringdist
Version : 0.9.6.3
Release : 4.fc35
Architecture : x86_64
Size : 547 k
Source : R-stringdist-0.9.6.3-4.fc35.src.rpm
Repository : fedora
Summary : Approximate String Matching, Fuzzy Text Search, and String Distance Functions
URL : https://CRAN.R-project.org/package=stringdist
License : GPLv3
Description : Implements an approximate string matching version of R's native 'match'
: function. Also offers fuzzy text search based on various string distance
: measures. Can calculate various string distances based on edits
: (Damerau-Levenshtein, Hamming, Levenshtein, optimal sting alignment), qgrams
: (q-gram, cosine, jaccard distance) or heuristic metrics (Jaro, Jaro-Winkler).
: An implementation of soundex is provided as well. Distances can be computed
: between character vectors while taking proper care of encoding or between
: integer vectors representing generic sequences. This package is built for speed
: and runs in parallel by using 'openMP'. An API for C or C++ is exposed as well.
: Reference: MPJ van der Loo (2014) .