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

Last updated: May 18,2024

1. Install "R-fastmatch.x86_64" package

Please follow the guidance below to install R-fastmatch.x86_64 on Fedora 34

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

2. Uninstall "R-fastmatch.x86_64" package

In this section, we are going to explain the necessary steps to uninstall R-fastmatch.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:53:41 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-fastmatch
Version : 1.1.0
Release : 9.fc34
Architecture : x86_64
Size : 47 k
Source : R-fastmatch-1.1.0-9.fc34.src.rpm
Repository : fedora
Summary : Fast match() function
URL : https://CRAN.R-project.org/package=fastmatch
License : GPLv2
Description : Package providing a fast match() replacement for cases that require
: repeated look-ups. It is slightly faster that R's built-in match()
: function on first match against a table, but extremely fast on any
: subsequent lookup as it keeps the hash table in memory.