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

Last updated: November 29,2024

1. Install "R-rprintf.noarch" package

This tutorial shows how to install R-rprintf.noarch on Fedora 38

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

2. Uninstall "R-rprintf.noarch" package

This is a short guide on how to uninstall R-rprintf.noarch on Fedora 38:

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

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

Last metadata expiration check: 3:38:52 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : R-rprintf
Version : 0.2.1
Release : 18.fc38
Architecture : noarch
Size : 35 k
Source : R-rprintf-0.2.1-18.fc38.src.rpm
Repository : updates
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.