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

Last updated: April 28,2024

1. Install "R-fastmatch.x86_64" package

Please follow the steps below to install R-fastmatch.x86_64 on Fedora 36

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

2. Uninstall "R-fastmatch.x86_64" package

Here is a brief guide to show you how to uninstall R-fastmatch.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 5:29:23 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : R-fastmatch
Version : 1.1.0
Release : 12.fc36
Architecture : x86_64
Size : 49 k
Source : R-fastmatch-1.1.0-12.fc36.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.