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

Last updated: October 05,2024

1. Install "R-units.x86_64" package

Please follow the step by step instructions below to install R-units.x86_64 on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 0:31:36 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-units
Version : 0.7.0
Release : 1.fc34
Architecture : x86_64
Size : 729 k
Source : R-units-0.7.0-1.fc34.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.