How To Install R-pkgconfig on Fedora 36

In this tutorial we learn how to install R-pkgconfig in Fedora 36. R-pkgconfig is Private Configuration for ‘R’ Packages

Introduction

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

What is R-pkgconfig

Set configuration options on a per-package basis. Options set by a given package only apply to that package, other packages are unaffected.

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

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

sudo dnf -y install R-pkgconfig

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

sudo yum -y install R-pkgconfig

How To Uninstall R-pkgconfig on Fedora 36

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

sudo dnf remove R-pkgconfig

R-pkgconfig Package Contents on Fedora 36

/usr/share/R/library/pkgconfig
/usr/share/R/library/pkgconfig/DESCRIPTION
/usr/share/R/library/pkgconfig/INDEX
/usr/share/R/library/pkgconfig/LICENSE
/usr/share/R/library/pkgconfig/Meta
/usr/share/R/library/pkgconfig/Meta/Rd.rds
/usr/share/R/library/pkgconfig/Meta/features.rds
/usr/share/R/library/pkgconfig/Meta/hsearch.rds
/usr/share/R/library/pkgconfig/Meta/links.rds
/usr/share/R/library/pkgconfig/Meta/nsInfo.rds
/usr/share/R/library/pkgconfig/Meta/package.rds
/usr/share/R/library/pkgconfig/NAMESPACE
/usr/share/R/library/pkgconfig/NEWS.markdown
/usr/share/R/library/pkgconfig/R
/usr/share/R/library/pkgconfig/R/pkgconfig
/usr/share/R/library/pkgconfig/R/pkgconfig.rdb
/usr/share/R/library/pkgconfig/R/pkgconfig.rdx
/usr/share/R/library/pkgconfig/README.Rmd
/usr/share/R/library/pkgconfig/help
/usr/share/R/library/pkgconfig/help/AnIndex
/usr/share/R/library/pkgconfig/help/aliases.rds
/usr/share/R/library/pkgconfig/help/get_config.html
/usr/share/R/library/pkgconfig/help/paths.rds
/usr/share/R/library/pkgconfig/help/pkgconfig-package.html
/usr/share/R/library/pkgconfig/help/pkgconfig.rdb
/usr/share/R/library/pkgconfig/help/pkgconfig.rdx
/usr/share/R/library/pkgconfig/help/set_config.html
/usr/share/R/library/pkgconfig/help/set_config_in.html
/usr/share/R/library/pkgconfig/html
/usr/share/R/library/pkgconfig/html/00Index.html
/usr/share/R/library/pkgconfig/html/R.css
/usr/share/R/library/pkgconfig/html/get_config.html
/usr/share/R/library/pkgconfig/html/pkgconfig-package.html
/usr/share/R/library/pkgconfig/html/set_config.html
/usr/share/R/library/pkgconfig/html/set_config_in.html

References

Summary

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