How To Install R-measurements on Fedora 36

In this tutorial we learn how to install R-measurements in Fedora 36. R-measurements is Tools for Units of Measurement

Introduction

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

What is R-measurements

Collection of tools to make working with physical measurements easier. Convert between metric and imperial units, or calculate a dimension’s unknown value from other dimensions’ measurements.

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

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

sudo dnf -y install R-measurements

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

sudo yum -y install R-measurements

How To Uninstall R-measurements on Fedora 36

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

sudo dnf remove R-measurements

R-measurements Package Contents on Fedora 36

/usr/share/R/library/measurements
/usr/share/R/library/measurements/DESCRIPTION
/usr/share/R/library/measurements/INDEX
/usr/share/R/library/measurements/Meta
/usr/share/R/library/measurements/Meta/Rd.rds
/usr/share/R/library/measurements/Meta/features.rds
/usr/share/R/library/measurements/Meta/hsearch.rds
/usr/share/R/library/measurements/Meta/links.rds
/usr/share/R/library/measurements/Meta/nsInfo.rds
/usr/share/R/library/measurements/Meta/package.rds
/usr/share/R/library/measurements/NAMESPACE
/usr/share/R/library/measurements/NEWS
/usr/share/R/library/measurements/R
/usr/share/R/library/measurements/R/measurements
/usr/share/R/library/measurements/R/measurements.rdb
/usr/share/R/library/measurements/R/measurements.rdx
/usr/share/R/library/measurements/help
/usr/share/R/library/measurements/help/AnIndex
/usr/share/R/library/measurements/help/aliases.rds
/usr/share/R/library/measurements/help/conv_dim.html
/usr/share/R/library/measurements/help/conv_multiunit.html
/usr/share/R/library/measurements/help/conv_unit.html
/usr/share/R/library/measurements/help/conv_unit_options.html
/usr/share/R/library/measurements/help/measurements-package.html
/usr/share/R/library/measurements/help/measurements.html
/usr/share/R/library/measurements/help/measurements.rdb
/usr/share/R/library/measurements/help/measurements.rdx
/usr/share/R/library/measurements/help/paths.rds
/usr/share/R/library/measurements/html
/usr/share/R/library/measurements/html/00Index.html
/usr/share/R/library/measurements/html/R.css
/usr/share/R/library/measurements/html/conv_dim.html
/usr/share/R/library/measurements/html/conv_multiunit.html
/usr/share/R/library/measurements/html/conv_unit.html
/usr/share/R/library/measurements/html/conv_unit_options.html
/usr/share/R/library/measurements/html/measurements.html

References

Summary

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