How To Install R-hms on Fedora 36
Introduction
In this tutorial we learn how to install R-hms
on Fedora 36.
What is R-hms
Implements an S3 class for storing and formatting time-of-day values, based on the ‘difftime’ class.
We can use yum
or dnf
to install R-hms
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-hms.
Install R-hms 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-hms
using dnf
by running the following command:
sudo dnf -y install R-hms
Install R-hms 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-hms
using yum
by running the following command:
sudo yum -y install R-hms
How To Uninstall R-hms on Fedora 36
To uninstall only the R-hms
package we can use the following command:
sudo dnf remove R-hms
R-hms Package Contents on Fedora 36
/usr/share/R/library/hms
/usr/share/R/library/hms/DESCRIPTION
/usr/share/R/library/hms/INDEX
/usr/share/R/library/hms/LICENSE
/usr/share/R/library/hms/Meta
/usr/share/R/library/hms/Meta/Rd.rds
/usr/share/R/library/hms/Meta/features.rds
/usr/share/R/library/hms/Meta/hsearch.rds
/usr/share/R/library/hms/Meta/links.rds
/usr/share/R/library/hms/Meta/nsInfo.rds
/usr/share/R/library/hms/Meta/package.rds
/usr/share/R/library/hms/NAMESPACE
/usr/share/R/library/hms/NEWS.md
/usr/share/R/library/hms/R
/usr/share/R/library/hms/R/hms
/usr/share/R/library/hms/R/hms.rdb
/usr/share/R/library/hms/R/hms.rdx
/usr/share/R/library/hms/help
/usr/share/R/library/hms/help/AnIndex
/usr/share/R/library/hms/help/Deprecated.html
/usr/share/R/library/hms/help/aliases.rds
/usr/share/R/library/hms/help/as.POSIXct.hms.html
/usr/share/R/library/hms/help/as.POSIXlt.hms.html
/usr/share/R/library/hms/help/as.character.hms.html
/usr/share/R/library/hms/help/as.hms.POSIXlt.html
/usr/share/R/library/hms/help/as.hms.POSIXt.html
/usr/share/R/library/hms/help/as.hms.default.html
/usr/share/R/library/hms/help/as.hms.html
/usr/share/R/library/hms/help/as_hms.html
/usr/share/R/library/hms/help/figures
/usr/share/R/library/hms/help/figures/lifecycle-archived.svg
/usr/share/R/library/hms/help/figures/lifecycle-defunct.svg
/usr/share/R/library/hms/help/figures/lifecycle-deprecated.svg
/usr/share/R/library/hms/help/figures/lifecycle-experimental.svg
/usr/share/R/library/hms/help/figures/lifecycle-maturing.svg
/usr/share/R/library/hms/help/figures/lifecycle-questioning.svg
/usr/share/R/library/hms/help/figures/lifecycle-soft-deprecated.svg
/usr/share/R/library/hms/help/figures/lifecycle-stable.svg
/usr/share/R/library/hms/help/figures/logo.png
/usr/share/R/library/hms/help/format.hms.html
/usr/share/R/library/hms/help/hms-package.html
/usr/share/R/library/hms/help/hms.html
/usr/share/R/library/hms/help/hms.rdb
/usr/share/R/library/hms/help/hms.rdx
/usr/share/R/library/hms/help/is.hms.html
/usr/share/R/library/hms/help/is_hms.html
/usr/share/R/library/hms/help/new_hms.html
/usr/share/R/library/hms/help/parse_hm.html
/usr/share/R/library/hms/help/parse_hms.html
/usr/share/R/library/hms/help/paths.rds
/usr/share/R/library/hms/help/print.hms.html
/usr/share/R/library/hms/help/round_hms.html
/usr/share/R/library/hms/help/trunc_hms.html
/usr/share/R/library/hms/help/vec_cast.hms.html
/usr/share/R/library/hms/help/vec_ptype2.hms.html
/usr/share/R/library/hms/html
/usr/share/R/library/hms/html/00Index.html
/usr/share/R/library/hms/html/Deprecated.html
/usr/share/R/library/hms/html/R.css
/usr/share/R/library/hms/html/hms-package.html
/usr/share/R/library/hms/html/hms.html
/usr/share/R/library/hms/html/parse_hms.html
/usr/share/R/library/hms/html/round_hms.html
/usr/share/R/library/hms/html/vec_cast.hms.html
/usr/share/R/library/hms/html/vec_ptype2.hms.html
References
Summary
In this tutorial we learn how to install R-hms
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).