How To Install R-plogr on Fedora 36

In this tutorial we learn how to install R-plogr in Fedora 36. R-plogr is C++ Logging Library for R

Introduction

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

What is R-plogr

A simple header-only logging library for C++. Add ‘LinkingTo ‘DESCRIPTION’, and ‘#include <plogr.h>’ in your C++ modules to use it.

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

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

sudo dnf -y install R-plogr

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

sudo yum -y install R-plogr

How To Uninstall R-plogr on Fedora 36

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

sudo dnf remove R-plogr

R-plogr Package Contents on Fedora 36

/usr/share/R/library/plogr
/usr/share/R/library/plogr/DESCRIPTION
/usr/share/R/library/plogr/INDEX
/usr/share/R/library/plogr/LICENSE
/usr/share/R/library/plogr/Meta
/usr/share/R/library/plogr/Meta/Rd.rds
/usr/share/R/library/plogr/Meta/features.rds
/usr/share/R/library/plogr/Meta/hsearch.rds
/usr/share/R/library/plogr/Meta/links.rds
/usr/share/R/library/plogr/Meta/nsInfo.rds
/usr/share/R/library/plogr/Meta/package.rds
/usr/share/R/library/plogr/NAMESPACE
/usr/share/R/library/plogr/NEWS.md
/usr/share/R/library/plogr/R
/usr/share/R/library/plogr/R/plogr
/usr/share/R/library/plogr/R/plogr.rdb
/usr/share/R/library/plogr/R/plogr.rdx
/usr/share/R/library/plogr/help
/usr/share/R/library/plogr/help/AnIndex
/usr/share/R/library/plogr/help/aliases.rds
/usr/share/R/library/plogr/help/paths.rds
/usr/share/R/library/plogr/help/plogr-package.html
/usr/share/R/library/plogr/help/plogr.html
/usr/share/R/library/plogr/help/plogr.rdb
/usr/share/R/library/plogr/help/plogr.rdx
/usr/share/R/library/plogr/html
/usr/share/R/library/plogr/html/00Index.html
/usr/share/R/library/plogr/html/R.css
/usr/share/R/library/plogr/html/plogr-package.html

References

Summary

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