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

Last updated: November 25,2024

1. Install "R-units.x86_64" package

Please follow the instructions below to install R-units.x86_64 on Fedora 38

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

2. Uninstall "R-units.x86_64" package

This guide covers the steps necessary to uninstall R-units.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 0:59:28 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : R-units
Version : 0.8.5
Release : 1.fc38
Architecture : x86_64
Size : 373 k
Source : R-units-0.8.5-1.fc38.src.rpm
Repository : updates
Summary : Measurement Units for R Vectors
URL : https://cran.r-project.org/package=units
License : GPL-2.0-or-later
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.