How To Install R-parsedate on Fedora 36

In this tutorial we learn how to install R-parsedate in Fedora 36. R-parsedate is Recognize and Parse Dates in Various Formats

Introduction

In this tutorial we learn how to install R-parsedate on Fedora 36.

What is R-parsedate

Parse dates automatically, without the need of specifying a format. Currently it includes the git date parser. It can also recognize and parse all ISO 8601 formats.

We can use yum or dnf to install R-parsedate on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-parsedate.

Install R-parsedate 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-parsedate using dnf by running the following command:

sudo dnf -y install R-parsedate

Install R-parsedate 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-parsedate using yum by running the following command:

sudo yum -y install R-parsedate

How To Uninstall R-parsedate on Fedora 36

To uninstall only the R-parsedate package we can use the following command:

sudo dnf remove R-parsedate

R-parsedate Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/7361715e2dac6e288d3116c47ccbf3bbf13f5b
/usr/lib64/R/library/parsedate
/usr/lib64/R/library/parsedate/DESCRIPTION
/usr/lib64/R/library/parsedate/INDEX
/usr/lib64/R/library/parsedate/Meta
/usr/lib64/R/library/parsedate/Meta/Rd.rds
/usr/lib64/R/library/parsedate/Meta/features.rds
/usr/lib64/R/library/parsedate/Meta/hsearch.rds
/usr/lib64/R/library/parsedate/Meta/links.rds
/usr/lib64/R/library/parsedate/Meta/nsInfo.rds
/usr/lib64/R/library/parsedate/Meta/package.rds
/usr/lib64/R/library/parsedate/NAMESPACE
/usr/lib64/R/library/parsedate/NEWS.md
/usr/lib64/R/library/parsedate/R
/usr/lib64/R/library/parsedate/R/parsedate
/usr/lib64/R/library/parsedate/R/parsedate.rdb
/usr/lib64/R/library/parsedate/R/parsedate.rdx
/usr/lib64/R/library/parsedate/help
/usr/lib64/R/library/parsedate/help/AnIndex
/usr/lib64/R/library/parsedate/help/aliases.rds
/usr/lib64/R/library/parsedate/help/format_iso_8601.html
/usr/lib64/R/library/parsedate/help/parse_date.html
/usr/lib64/R/library/parsedate/help/parse_iso_8601.html
/usr/lib64/R/library/parsedate/help/parsedate-package.html
/usr/lib64/R/library/parsedate/help/parsedate.rdb
/usr/lib64/R/library/parsedate/help/parsedate.rdx
/usr/lib64/R/library/parsedate/help/paths.rds
/usr/lib64/R/library/parsedate/html
/usr/lib64/R/library/parsedate/html/00Index.html
/usr/lib64/R/library/parsedate/html/R.css
/usr/lib64/R/library/parsedate/html/format_iso_8601.html
/usr/lib64/R/library/parsedate/html/parse_date.html
/usr/lib64/R/library/parsedate/html/parse_iso_8601.html
/usr/lib64/R/library/parsedate/html/parsedate-package.html
/usr/lib64/R/library/parsedate/libs
/usr/lib64/R/library/parsedate/libs/parsedate.so

References

Summary

In this tutorial we learn how to install R-parsedate on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).