How to Install and Uninstall R-stringr.noarch Package on Fedora 36

Last updated: October 05,2024

1. Install "R-stringr.noarch" package

Please follow the guidance below to install R-stringr.noarch on Fedora 36

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

2. Uninstall "R-stringr.noarch" package

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

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

3. Information about the R-stringr.noarch package on Fedora 36

Last metadata expiration check: 2:02:23 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : R-stringr
Version : 1.4.0
Release : 12.fc36
Architecture : noarch
Size : 226 k
Source : R-stringr-1.4.0-12.fc36.src.rpm
Repository : fedora
Summary : Simple, Consistent Wrappers for Common String Operations
URL : https://CRAN.R-project.org/package=stringr
License : GPLv2
Description : A consistent, simple and easy to use set of wrappers around the fantastic
: 'stringi' package. All function and argument names (and positions) are
: consistent, all functions deal with "NA"'s and zero length vectors in the
: same way, and the output from one function is easy to feed into the input
: of another.