How To Install R-pkgbuild on Fedora 36

In this tutorial we learn how to install R-pkgbuild in Fedora 36. R-pkgbuild is Find Tools Needed to Build R Packages

Introduction

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

What is R-pkgbuild

Provides functions used to build R packages. Locates compilers needed to build R packages on various platforms and ensures the PATH is configured appropriately so R can use them.

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

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

sudo dnf -y install R-pkgbuild

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

sudo yum -y install R-pkgbuild

How To Uninstall R-pkgbuild on Fedora 36

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

sudo dnf remove R-pkgbuild

R-pkgbuild Package Contents on Fedora 36

/usr/share/R/library/pkgbuild
/usr/share/R/library/pkgbuild/DESCRIPTION
/usr/share/R/library/pkgbuild/INDEX
/usr/share/R/library/pkgbuild/LICENSE
/usr/share/R/library/pkgbuild/Meta
/usr/share/R/library/pkgbuild/Meta/Rd.rds
/usr/share/R/library/pkgbuild/Meta/features.rds
/usr/share/R/library/pkgbuild/Meta/hsearch.rds
/usr/share/R/library/pkgbuild/Meta/links.rds
/usr/share/R/library/pkgbuild/Meta/nsInfo.rds
/usr/share/R/library/pkgbuild/Meta/package.rds
/usr/share/R/library/pkgbuild/NAMESPACE
/usr/share/R/library/pkgbuild/NEWS.md
/usr/share/R/library/pkgbuild/R
/usr/share/R/library/pkgbuild/R/pkgbuild
/usr/share/R/library/pkgbuild/R/pkgbuild.rdb
/usr/share/R/library/pkgbuild/R/pkgbuild.rdx
/usr/share/R/library/pkgbuild/help
/usr/share/R/library/pkgbuild/help/AnIndex
/usr/share/R/library/pkgbuild/help/aliases.rds
/usr/share/R/library/pkgbuild/help/build.html
/usr/share/R/library/pkgbuild/help/check_build_tools.html
/usr/share/R/library/pkgbuild/help/check_compiler.html
/usr/share/R/library/pkgbuild/help/check_latex.html
/usr/share/R/library/pkgbuild/help/check_rtools.html
/usr/share/R/library/pkgbuild/help/clean_dll.html
/usr/share/R/library/pkgbuild/help/compile_dll.html
/usr/share/R/library/pkgbuild/help/compiler_flags.html
/usr/share/R/library/pkgbuild/help/find_rtools.html
/usr/share/R/library/pkgbuild/help/has_build_tools.html
/usr/share/R/library/pkgbuild/help/has_compiler.html
/usr/share/R/library/pkgbuild/help/has_devel.html
/usr/share/R/library/pkgbuild/help/has_latex.html
/usr/share/R/library/pkgbuild/help/has_rtools.html
/usr/share/R/library/pkgbuild/help/local_build_tools.html
/usr/share/R/library/pkgbuild/help/needs_compile.html
/usr/share/R/library/pkgbuild/help/paths.rds
/usr/share/R/library/pkgbuild/help/pkg_has_src.html
/usr/share/R/library/pkgbuild/help/pkg_links_to_cpp11.html
/usr/share/R/library/pkgbuild/help/pkg_links_to_rcpp.html
/usr/share/R/library/pkgbuild/help/pkgbuild.rdb
/usr/share/R/library/pkgbuild/help/pkgbuild.rdx
/usr/share/R/library/pkgbuild/help/pkgbuild_process.html
/usr/share/R/library/pkgbuild/help/rcmd_build_tools.html
/usr/share/R/library/pkgbuild/help/rtools_needed.html
/usr/share/R/library/pkgbuild/help/rtools_path.html
/usr/share/R/library/pkgbuild/help/setup_rtools.html
/usr/share/R/library/pkgbuild/help/with_build_tools.html
/usr/share/R/library/pkgbuild/help/with_debug.html
/usr/share/R/library/pkgbuild/help/without_cache.html
/usr/share/R/library/pkgbuild/help/without_compiler.html
/usr/share/R/library/pkgbuild/html
/usr/share/R/library/pkgbuild/html/00Index.html
/usr/share/R/library/pkgbuild/html/R.css
/usr/share/R/library/pkgbuild/html/build.html
/usr/share/R/library/pkgbuild/html/clean_dll.html
/usr/share/R/library/pkgbuild/html/compile_dll.html
/usr/share/R/library/pkgbuild/html/compiler_flags.html
/usr/share/R/library/pkgbuild/html/has_build_tools.html
/usr/share/R/library/pkgbuild/html/has_compiler.html
/usr/share/R/library/pkgbuild/html/has_latex.html
/usr/share/R/library/pkgbuild/html/has_rtools.html
/usr/share/R/library/pkgbuild/html/needs_compile.html
/usr/share/R/library/pkgbuild/html/pkg_has_src.html
/usr/share/R/library/pkgbuild/html/pkg_links_to_rcpp.html
/usr/share/R/library/pkgbuild/html/pkgbuild_process.html
/usr/share/R/library/pkgbuild/html/rcmd_build_tools.html
/usr/share/R/library/pkgbuild/html/rtools_needed.html
/usr/share/R/library/pkgbuild/html/with_debug.html
/usr/share/R/library/pkgbuild/html/without_compiler.html

References

Summary

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