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

Last updated: July 03,2024

1. Install "R-stringr.noarch" package

Learn how to install R-stringr.noarch on Fedora 34

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

2. Uninstall "R-stringr.noarch" package

In this section, we are going to explain the necessary steps to uninstall R-stringr.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:49:09 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-stringr
Version : 1.4.0
Release : 8.fc34
Architecture : noarch
Size : 216 k
Source : R-stringr-1.4.0-8.fc34.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.