How to Install and Uninstall R-units.x86_64 Package on Fedora 36

Last updated: October 10,2024

1. Install "R-units.x86_64" package

This tutorial shows how to install R-units.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install R-units.x86_64

2. Uninstall "R-units.x86_64" package

This tutorial shows how to uninstall R-units.x86_64 on Fedora 36:

$ sudo dnf remove R-units.x86_64 $ sudo dnf autoremove

3. Information about the R-units.x86_64 package on Fedora 36

Last metadata expiration check: 3:07:32 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : R-units
Version : 0.8.0
Release : 1.fc36
Architecture : x86_64
Size : 733 k
Source : R-units-0.8.0-1.fc36.src.rpm
Repository : fedora
Summary : Measurement Units for R Vectors
URL : https://cran.r-project.org/package=units
License : GPLv2
Description : Support for measurement units in R vectors, matrices and arrays: automatic
: propagation, conversion, derivation and simplification of units; raising
: errors in case of unit incompatibility. Compatible with the POSIXct, Date
: and difftime classes. Uses the UNIDATA udunits library and unit database
: for unit compatibility checking and conversion.
: Documentation about 'units' is provided in the paper by Pebesma, Mailund
: & Hiebert (2016, ), included in this package as
: a vignette; see 'citation("units")' for details.