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

Last updated: October 06,2024

1. Install "R-stringdist.x86_64" package

This tutorial shows how to install R-stringdist.x86_64 on Fedora 34

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

2. Uninstall "R-stringdist.x86_64" package

This guide let you learn how to uninstall R-stringdist.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:34:38 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : R-stringdist
Version : 0.9.6.3
Release : 2.fc34
Architecture : x86_64
Size : 543 k
Source : R-stringdist-0.9.6.3-2.fc34.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) .