How To Install R-rprintf on Fedora 36

In this tutorial we learn how to install R-rprintf in Fedora 36. R-rprintf is Adaptive Builder for Formatted Strings

Introduction

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

What is R-rprintf

Provides a set of functions to facilitate building formatted strings under various replacement rules and number-based formatting. C-style formatting is basically identical to built-in function ‘sprintf’. Variable-based formatting allows users to put variable names in a formatted string which will be replaced by variable values. Number-based formatting allows users to use index numbers to represent the corresponding argument value to appear in the string.

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

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

sudo dnf -y install R-rprintf

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

sudo yum -y install R-rprintf

How To Uninstall R-rprintf on Fedora 36

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

sudo dnf remove R-rprintf

R-rprintf Package Contents on Fedora 36

/usr/share/R/library/rprintf
/usr/share/R/library/rprintf/DESCRIPTION
/usr/share/R/library/rprintf/INDEX
/usr/share/R/library/rprintf/LICENSE
/usr/share/R/library/rprintf/Meta
/usr/share/R/library/rprintf/Meta/Rd.rds
/usr/share/R/library/rprintf/Meta/features.rds
/usr/share/R/library/rprintf/Meta/hsearch.rds
/usr/share/R/library/rprintf/Meta/links.rds
/usr/share/R/library/rprintf/Meta/nsInfo.rds
/usr/share/R/library/rprintf/Meta/package.rds
/usr/share/R/library/rprintf/NAMESPACE
/usr/share/R/library/rprintf/NEWS
/usr/share/R/library/rprintf/R
/usr/share/R/library/rprintf/R/rprintf
/usr/share/R/library/rprintf/R/rprintf.rdb
/usr/share/R/library/rprintf/R/rprintf.rdx
/usr/share/R/library/rprintf/help
/usr/share/R/library/rprintf/help/AnIndex
/usr/share/R/library/rprintf/help/aliases.rds
/usr/share/R/library/rprintf/help/paths.rds
/usr/share/R/library/rprintf/help/rprintf.html
/usr/share/R/library/rprintf/help/rprintf.rdb
/usr/share/R/library/rprintf/help/rprintf.rdx
/usr/share/R/library/rprintf/help/rprintn.html
/usr/share/R/library/rprintf/help/rprintv.html
/usr/share/R/library/rprintf/html
/usr/share/R/library/rprintf/html/00Index.html
/usr/share/R/library/rprintf/html/R.css
/usr/share/R/library/rprintf/html/rprintf.html
/usr/share/R/library/rprintf/html/rprintn.html
/usr/share/R/library/rprintf/html/rprintv.html

References

Summary

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