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

Last updated: October 10,2024

1. Install "R-stringdist.x86_64" package

This is a short guide on how to install R-stringdist.x86_64 on Fedora 38

$ 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 38:

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

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

Last metadata expiration check: 4:27:38 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : R-stringdist
Version : 0.9.8
Release : 3.fc38
Architecture : x86_64
Size : 562 k
Source : R-stringdist-0.9.8-3.fc38.src.rpm
Repository : updates
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) .