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

Last updated: September 25,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 35

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

2. Uninstall "R-rematch.noarch" package

Please follow the steps below to uninstall R-rematch.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:33:51 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : R-rematch
Version : 1.0.1
Release : 11.fc35
Architecture : noarch
Size : 24 k
Source : R-rematch-1.0.1-11.fc35.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.