How To Install R-stringr on Fedora 36

In this tutorial we learn how to install R-stringr in Fedora 36. R-stringr is Simple, Consistent Wrappers for Common String Operations

Introduction

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

What is R-stringr

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.

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

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

sudo dnf -y install R-stringr

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

sudo yum -y install R-stringr

How To Uninstall R-stringr on Fedora 36

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

sudo dnf remove R-stringr

R-stringr Package Contents on Fedora 36

/usr/share/R/library/stringr
/usr/share/R/library/stringr/DESCRIPTION
/usr/share/R/library/stringr/INDEX
/usr/share/R/library/stringr/LICENSE
/usr/share/R/library/stringr/Meta
/usr/share/R/library/stringr/Meta/Rd.rds
/usr/share/R/library/stringr/Meta/data.rds
/usr/share/R/library/stringr/Meta/features.rds
/usr/share/R/library/stringr/Meta/hsearch.rds
/usr/share/R/library/stringr/Meta/links.rds
/usr/share/R/library/stringr/Meta/nsInfo.rds
/usr/share/R/library/stringr/Meta/package.rds
/usr/share/R/library/stringr/Meta/vignette.rds
/usr/share/R/library/stringr/NAMESPACE
/usr/share/R/library/stringr/NEWS.md
/usr/share/R/library/stringr/R
/usr/share/R/library/stringr/R/stringr
/usr/share/R/library/stringr/R/stringr.rdb
/usr/share/R/library/stringr/R/stringr.rdx
/usr/share/R/library/stringr/data
/usr/share/R/library/stringr/data/Rdata.rdb
/usr/share/R/library/stringr/data/Rdata.rds
/usr/share/R/library/stringr/data/Rdata.rdx
/usr/share/R/library/stringr/doc
/usr/share/R/library/stringr/doc/index.html
/usr/share/R/library/stringr/doc/regular-expressions.R
/usr/share/R/library/stringr/doc/regular-expressions.Rmd
/usr/share/R/library/stringr/doc/regular-expressions.html
/usr/share/R/library/stringr/doc/stringr.R
/usr/share/R/library/stringr/doc/stringr.Rmd
/usr/share/R/library/stringr/doc/stringr.html
/usr/share/R/library/stringr/help
/usr/share/R/library/stringr/help/+25+3E+25.html
/usr/share/R/library/stringr/help/AnIndex
/usr/share/R/library/stringr/help/aliases.rds
/usr/share/R/library/stringr/help/boundary.html
/usr/share/R/library/stringr/help/case.html
/usr/share/R/library/stringr/help/coll.html
/usr/share/R/library/stringr/help/figures
/usr/share/R/library/stringr/help/figures/logo.png
/usr/share/R/library/stringr/help/fixed.html
/usr/share/R/library/stringr/help/fruit.html
/usr/share/R/library/stringr/help/invert_match.html
/usr/share/R/library/stringr/help/modifiers.html
/usr/share/R/library/stringr/help/paths.rds
/usr/share/R/library/stringr/help/pipe.html
/usr/share/R/library/stringr/help/regex.html
/usr/share/R/library/stringr/help/sentences.html
/usr/share/R/library/stringr/help/str_c.html
/usr/share/R/library/stringr/help/str_conv.html
/usr/share/R/library/stringr/help/str_count.html
/usr/share/R/library/stringr/help/str_detect.html
/usr/share/R/library/stringr/help/str_dup.html
/usr/share/R/library/stringr/help/str_ends.html
/usr/share/R/library/stringr/help/str_extract.html
/usr/share/R/library/stringr/help/str_extract_all.html
/usr/share/R/library/stringr/help/str_flatten.html
/usr/share/R/library/stringr/help/str_glue.html
/usr/share/R/library/stringr/help/str_glue_data.html
/usr/share/R/library/stringr/help/str_interp.html
/usr/share/R/library/stringr/help/str_length.html
/usr/share/R/library/stringr/help/str_locate.html
/usr/share/R/library/stringr/help/str_locate_all.html
/usr/share/R/library/stringr/help/str_match.html
/usr/share/R/library/stringr/help/str_match_all.html
/usr/share/R/library/stringr/help/str_order.html
/usr/share/R/library/stringr/help/str_pad.html
/usr/share/R/library/stringr/help/str_remove.html
/usr/share/R/library/stringr/help/str_remove_all.html
/usr/share/R/library/stringr/help/str_replace.html
/usr/share/R/library/stringr/help/str_replace_all.html
/usr/share/R/library/stringr/help/str_replace_na.html
/usr/share/R/library/stringr/help/str_sort.html
/usr/share/R/library/stringr/help/str_split.html
/usr/share/R/library/stringr/help/str_split_fixed.html
/usr/share/R/library/stringr/help/str_squish.html
/usr/share/R/library/stringr/help/str_starts.html
/usr/share/R/library/stringr/help/str_sub+3C-.html
/usr/share/R/library/stringr/help/str_sub.html
/usr/share/R/library/stringr/help/str_subset.html
/usr/share/R/library/stringr/help/str_to_lower.html
/usr/share/R/library/stringr/help/str_to_sentence.html
/usr/share/R/library/stringr/help/str_to_title.html
/usr/share/R/library/stringr/help/str_to_upper.html
/usr/share/R/library/stringr/help/str_trim.html
/usr/share/R/library/stringr/help/str_trunc.html
/usr/share/R/library/stringr/help/str_view.html
/usr/share/R/library/stringr/help/str_view_all.html
/usr/share/R/library/stringr/help/str_which.html
/usr/share/R/library/stringr/help/str_wrap.html
/usr/share/R/library/stringr/help/stringr-data.html
/usr/share/R/library/stringr/help/stringr-package.html
/usr/share/R/library/stringr/help/stringr.html
/usr/share/R/library/stringr/help/stringr.rdb
/usr/share/R/library/stringr/help/stringr.rdx
/usr/share/R/library/stringr/help/word.html
/usr/share/R/library/stringr/help/words.html
/usr/share/R/library/stringr/html
/usr/share/R/library/stringr/html/00Index.html
/usr/share/R/library/stringr/html/R.css
/usr/share/R/library/stringr/html/case.html
/usr/share/R/library/stringr/html/invert_match.html
/usr/share/R/library/stringr/html/modifiers.html
/usr/share/R/library/stringr/html/pipe.html
/usr/share/R/library/stringr/html/str_c.html
/usr/share/R/library/stringr/html/str_conv.html
/usr/share/R/library/stringr/html/str_count.html
/usr/share/R/library/stringr/html/str_detect.html
/usr/share/R/library/stringr/html/str_dup.html
/usr/share/R/library/stringr/html/str_extract.html
/usr/share/R/library/stringr/html/str_flatten.html
/usr/share/R/library/stringr/html/str_glue.html
/usr/share/R/library/stringr/html/str_interp.html
/usr/share/R/library/stringr/html/str_length.html
/usr/share/R/library/stringr/html/str_locate.html
/usr/share/R/library/stringr/html/str_match.html
/usr/share/R/library/stringr/html/str_order.html
/usr/share/R/library/stringr/html/str_pad.html
/usr/share/R/library/stringr/html/str_remove.html
/usr/share/R/library/stringr/html/str_replace.html
/usr/share/R/library/stringr/html/str_replace_na.html
/usr/share/R/library/stringr/html/str_split.html
/usr/share/R/library/stringr/html/str_starts.html
/usr/share/R/library/stringr/html/str_sub.html
/usr/share/R/library/stringr/html/str_subset.html
/usr/share/R/library/stringr/html/str_trim.html
/usr/share/R/library/stringr/html/str_trunc.html
/usr/share/R/library/stringr/html/str_view.html
/usr/share/R/library/stringr/html/str_wrap.html
/usr/share/R/library/stringr/html/stringr-data.html
/usr/share/R/library/stringr/html/stringr-package.html
/usr/share/R/library/stringr/html/word.html
/usr/share/R/library/stringr/htmlwidgets
/usr/share/R/library/stringr/htmlwidgets/lib
/usr/share/R/library/stringr/htmlwidgets/lib/str_view.css
/usr/share/R/library/stringr/htmlwidgets/str_view.js
/usr/share/R/library/stringr/htmlwidgets/str_view.yaml

References

Summary

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