How To Install R-date on Fedora 36
In this tutorial we learn how to install R-date in Fedora 36. R-date is Functions for Handling Dates
Introduction
In this tutorial we learn how to install R-date
on Fedora 36.
What is R-date
Functions for handling dates.
We can use yum
or dnf
to install R-date
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-date.
Install R-date 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-date
using dnf
by running the following command:
sudo dnf -y install R-date
Install R-date 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-date
using yum
by running the following command:
sudo yum -y install R-date
How To Uninstall R-date on Fedora 36
To uninstall only the R-date
package we can use the following command:
sudo dnf remove R-date
R-date Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/84ee7f4f78c1cbaeb3fb66ff872621a11008b9
/usr/lib64/R/library/date
/usr/lib64/R/library/date/CITATION
/usr/lib64/R/library/date/DESCRIPTION
/usr/lib64/R/library/date/INDEX
/usr/lib64/R/library/date/Meta
/usr/lib64/R/library/date/Meta/Rd.rds
/usr/lib64/R/library/date/Meta/features.rds
/usr/lib64/R/library/date/Meta/hsearch.rds
/usr/lib64/R/library/date/Meta/links.rds
/usr/lib64/R/library/date/Meta/nsInfo.rds
/usr/lib64/R/library/date/Meta/package.rds
/usr/lib64/R/library/date/NAMESPACE
/usr/lib64/R/library/date/R
/usr/lib64/R/library/date/R/date
/usr/lib64/R/library/date/R/date.rdb
/usr/lib64/R/library/date/R/date.rdx
/usr/lib64/R/library/date/help
/usr/lib64/R/library/date/help/+5B+5B.date.html
/usr/lib64/R/library/date/help/+5B.date.html
/usr/lib64/R/library/date/help/AnIndex
/usr/lib64/R/library/date/help/Math.date.html
/usr/lib64/R/library/date/help/Ops.date.html
/usr/lib64/R/library/date/help/Summary.date.html
/usr/lib64/R/library/date/help/aliases.rds
/usr/lib64/R/library/date/help/as.character.date.html
/usr/lib64/R/library/date/help/as.data.frame.date.html
/usr/lib64/R/library/date/help/as.date.html
/usr/lib64/R/library/date/help/as.vector.date.html
/usr/lib64/R/library/date/help/date.ddmmmyy.html
/usr/lib64/R/library/date/help/date.mdy.html
/usr/lib64/R/library/date/help/date.mmddyy.html
/usr/lib64/R/library/date/help/date.mmddyyyy.html
/usr/lib64/R/library/date/help/date.object.html
/usr/lib64/R/library/date/help/date.rdb
/usr/lib64/R/library/date/help/date.rdx
/usr/lib64/R/library/date/help/is.date.html
/usr/lib64/R/library/date/help/is.na.date.html
/usr/lib64/R/library/date/help/mdy.date.html
/usr/lib64/R/library/date/help/paths.rds
/usr/lib64/R/library/date/help/plot.date.html
/usr/lib64/R/library/date/help/print.date.html
/usr/lib64/R/library/date/help/summary.date.html
/usr/lib64/R/library/date/html
/usr/lib64/R/library/date/html/00Index.html
/usr/lib64/R/library/date/html/R.css
/usr/lib64/R/library/date/html/as.date.html
/usr/lib64/R/library/date/html/date.ddmmmyy.html
/usr/lib64/R/library/date/html/date.mdy.html
/usr/lib64/R/library/date/html/date.mmddyy.html
/usr/lib64/R/library/date/html/date.mmddyyyy.html
/usr/lib64/R/library/date/html/date.object.html
/usr/lib64/R/library/date/html/mdy.date.html
/usr/lib64/R/library/date/libs
/usr/lib64/R/library/date/libs/date.so
References
Summary
In this tutorial we learn how to install R-date
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).