How To Install R-rematch2 on Fedora 36

In this tutorial we learn how to install R-rematch2 in Fedora 36. R-rematch2 is Tidy Output from Regular Expression Matching

Introduction

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

What is R-rematch2

Wrappers on ‘regexpr’ and ‘gregexpr’ to return the match results in tidy data frames.

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

Install R-rematch2 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-rematch2 using dnf by running the following command:

sudo dnf -y install R-rematch2

Install R-rematch2 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-rematch2 using yum by running the following command:

sudo yum -y install R-rematch2

How To Uninstall R-rematch2 on Fedora 36

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

sudo dnf remove R-rematch2

R-rematch2 Package Contents on Fedora 36

/usr/share/R/library/rematch2
/usr/share/R/library/rematch2/DESCRIPTION
/usr/share/R/library/rematch2/INDEX
/usr/share/R/library/rematch2/LICENSE
/usr/share/R/library/rematch2/Meta
/usr/share/R/library/rematch2/Meta/Rd.rds
/usr/share/R/library/rematch2/Meta/features.rds
/usr/share/R/library/rematch2/Meta/hsearch.rds
/usr/share/R/library/rematch2/Meta/links.rds
/usr/share/R/library/rematch2/Meta/nsInfo.rds
/usr/share/R/library/rematch2/Meta/package.rds
/usr/share/R/library/rematch2/NAMESPACE
/usr/share/R/library/rematch2/NEWS.md
/usr/share/R/library/rematch2/R
/usr/share/R/library/rematch2/R/rematch2
/usr/share/R/library/rematch2/R/rematch2.rdb
/usr/share/R/library/rematch2/R/rematch2.rdx
/usr/share/R/library/rematch2/help
/usr/share/R/library/rematch2/help/+24.rematch_allrecords.html
/usr/share/R/library/rematch2/help/+24.rematch_records.html
/usr/share/R/library/rematch2/help/AnIndex
/usr/share/R/library/rematch2/help/aliases.rds
/usr/share/R/library/rematch2/help/bind_re_match.html
/usr/share/R/library/rematch2/help/bind_re_match_.html
/usr/share/R/library/rematch2/help/paths.rds
/usr/share/R/library/rematch2/help/re_exec.html
/usr/share/R/library/rematch2/help/re_exec_all.html
/usr/share/R/library/rematch2/help/re_match.html
/usr/share/R/library/rematch2/help/re_match_all.html
/usr/share/R/library/rematch2/help/rematch2-package.html
/usr/share/R/library/rematch2/help/rematch2.html
/usr/share/R/library/rematch2/help/rematch2.rdb
/usr/share/R/library/rematch2/help/rematch2.rdx
/usr/share/R/library/rematch2/html
/usr/share/R/library/rematch2/html/00Index.html
/usr/share/R/library/rematch2/html/R.css
/usr/share/R/library/rematch2/html/bind_re_match.html
/usr/share/R/library/rematch2/html/re_exec.html
/usr/share/R/library/rematch2/html/re_exec_all.html
/usr/share/R/library/rematch2/html/re_match.html
/usr/share/R/library/rematch2/html/re_match_all.html
/usr/share/R/library/rematch2/html/rematch2-package.html
/usr/share/doc/R-rematch2
/usr/share/doc/R-rematch2/README.md

References

Summary

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