How To Install R-rematch on Fedora 36

In this tutorial we learn how to install R-rematch in Fedora 36. R-rematch is Match Regular Expressions with a Nicer ‘API’

Introduction

In this tutorial we learn how to install R-rematch on Fedora 36.

What is R-rematch

A small wrapper on ‘regexpr’ to extract the matches and captured groups from the match of a regular expression to a character vector.

We can use yum or dnf to install R-rematch on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-rematch.

Install R-rematch on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install R-rematch using dnf by running the following command:

sudo dnf -y install R-rematch

Install R-rematch on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install R-rematch using yum by running the following command:

sudo yum -y install R-rematch

How To Uninstall R-rematch on Fedora 36

To uninstall only the R-rematch package we can use the following command:

sudo dnf remove R-rematch

R-rematch Package Contents on Fedora 36

/usr/share/R/library/rematch
/usr/share/R/library/rematch/DESCRIPTION
/usr/share/R/library/rematch/INDEX
/usr/share/R/library/rematch/LICENSE
/usr/share/R/library/rematch/Meta
/usr/share/R/library/rematch/Meta/Rd.rds
/usr/share/R/library/rematch/Meta/features.rds
/usr/share/R/library/rematch/Meta/hsearch.rds
/usr/share/R/library/rematch/Meta/links.rds
/usr/share/R/library/rematch/Meta/nsInfo.rds
/usr/share/R/library/rematch/Meta/package.rds
/usr/share/R/library/rematch/NAMESPACE
/usr/share/R/library/rematch/NEWS.md
/usr/share/R/library/rematch/R
/usr/share/R/library/rematch/R/rematch
/usr/share/R/library/rematch/R/rematch.rdb
/usr/share/R/library/rematch/R/rematch.rdx
/usr/share/R/library/rematch/README.Rmd
/usr/share/R/library/rematch/help
/usr/share/R/library/rematch/help/AnIndex
/usr/share/R/library/rematch/help/aliases.rds
/usr/share/R/library/rematch/help/paths.rds
/usr/share/R/library/rematch/help/re_match.html
/usr/share/R/library/rematch/help/rematch-package.html
/usr/share/R/library/rematch/help/rematch.html
/usr/share/R/library/rematch/help/rematch.rdb
/usr/share/R/library/rematch/help/rematch.rdx
/usr/share/R/library/rematch/html
/usr/share/R/library/rematch/html/00Index.html
/usr/share/R/library/rematch/html/R.css
/usr/share/R/library/rematch/html/re_match.html
/usr/share/R/library/rematch/html/rematch.html

References

Summary

In this tutorial we learn how to install R-rematch on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).