How To Install R-RcppDate-devel on Fedora 36

In this tutorial we learn how to install R-RcppDate-devel in Fedora 36. R-RcppDate-devel is Development files for R-RcppDate

Introduction

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

What is R-RcppDate-devel

Development files for R-RcppDate.

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

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

sudo dnf -y install R-RcppDate-devel

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

sudo yum -y install R-RcppDate-devel

How To Uninstall R-RcppDate-devel on Fedora 36

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

sudo dnf remove R-RcppDate-devel

R-RcppDate-devel Package Contents on Fedora 36

/usr/share/R/library/RcppDate/include
/usr/share/R/library/RcppDate/include/chrono_io.h
/usr/share/R/library/RcppDate/include/date.h
/usr/share/R/library/RcppDate/include/ios.h
/usr/share/R/library/RcppDate/include/islamic.h
/usr/share/R/library/RcppDate/include/iso_week.h
/usr/share/R/library/RcppDate/include/julian.h
/usr/share/R/library/RcppDate/include/ptz.h
/usr/share/R/library/RcppDate/include/solar_hijri.h
/usr/share/R/library/RcppDate/include/tz.h
/usr/share/R/library/RcppDate/include/tz_private.h

References

Summary

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