How to Install and Uninstall R-rematch.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "R-rematch.noarch" package

In this section, we are going to explain the necessary steps to install R-rematch.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install R-rematch.noarch

2. Uninstall "R-rematch.noarch" package

Here is a brief guide to show you how to uninstall R-rematch.noarch on Fedora 34:

$ sudo dnf remove R-rematch.noarch $ sudo dnf autoremove

3. Information about the R-rematch.noarch package on Fedora 34

Last metadata expiration check: 0:42:17 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-rematch
Version : 1.0.1
Release : 9.fc34
Architecture : noarch
Size : 23 k
Source : R-rematch-1.0.1-9.fc34.src.rpm
Repository : fedora
Summary : Match Regular Expressions with a Nicer 'API'
URL : https://CRAN.R-project.org/package=rematch
License : MIT
Description : A small wrapper on 'regexpr' to extract the matches and captured groups
: from the match of a regular expression to a character vector.