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

Last updated: June 30,2024

1. Install "R-rprintf.noarch" package

This is a short guide on how to install R-rprintf.noarch on Fedora 35

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

2. Uninstall "R-rprintf.noarch" package

This guide covers the steps necessary to uninstall R-rprintf.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:19:21 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : R-rprintf
Version : 0.2.1
Release : 13.fc35
Architecture : noarch
Size : 30 k
Source : R-rprintf-0.2.1-13.fc35.src.rpm
Repository : fedora
Summary : Adaptive Builder for Formatted Strings
URL : https://CRAN.R-project.org/package=rprintf
License : MIT
Description : Provides a set of functions to facilitate building formatted strings under
: various replacement rules: C-style formatting, variable-based formatting,
: 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.