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

Last updated: May 19,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 36

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

2. Uninstall "R-stringdist.x86_64" package

Please follow the guidance below to uninstall R-stringdist.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 0:58:45 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : R-stringdist
Version : 0.9.6.3
Release : 5.fc36
Architecture : x86_64
Size : 548 k
Source : R-stringdist-0.9.6.3-5.fc36.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) .