How To Install R-cpp11-devel on Fedora 36

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

Introduction

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

What is R-cpp11-devel

Development files for R-cpp11.

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

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

sudo dnf -y install R-cpp11-devel

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

sudo yum -y install R-cpp11-devel

How To Uninstall R-cpp11-devel on Fedora 36

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

sudo dnf remove R-cpp11-devel

R-cpp11-devel Package Contents on Fedora 36

/usr/share/R/library/cpp11/include
/usr/share/R/library/cpp11/include/cpp11
/usr/share/R/library/cpp11/include/cpp11.hpp
/usr/share/R/library/cpp11/include/cpp11/R.hpp
/usr/share/R/library/cpp11/include/cpp11/altrep.hpp
/usr/share/R/library/cpp11/include/cpp11/as.hpp
/usr/share/R/library/cpp11/include/cpp11/attribute_proxy.hpp
/usr/share/R/library/cpp11/include/cpp11/data_frame.hpp
/usr/share/R/library/cpp11/include/cpp11/declarations.hpp
/usr/share/R/library/cpp11/include/cpp11/doubles.hpp
/usr/share/R/library/cpp11/include/cpp11/environment.hpp
/usr/share/R/library/cpp11/include/cpp11/external_pointer.hpp
/usr/share/R/library/cpp11/include/cpp11/function.hpp
/usr/share/R/library/cpp11/include/cpp11/integers.hpp
/usr/share/R/library/cpp11/include/cpp11/list.hpp
/usr/share/R/library/cpp11/include/cpp11/list_of.hpp
/usr/share/R/library/cpp11/include/cpp11/logicals.hpp
/usr/share/R/library/cpp11/include/cpp11/matrix.hpp
/usr/share/R/library/cpp11/include/cpp11/named_arg.hpp
/usr/share/R/library/cpp11/include/cpp11/protect.hpp
/usr/share/R/library/cpp11/include/cpp11/r_bool.hpp
/usr/share/R/library/cpp11/include/cpp11/r_string.hpp
/usr/share/R/library/cpp11/include/cpp11/r_vector.hpp
/usr/share/R/library/cpp11/include/cpp11/raws.hpp
/usr/share/R/library/cpp11/include/cpp11/sexp.hpp
/usr/share/R/library/cpp11/include/cpp11/strings.hpp
/usr/share/R/library/cpp11/include/fmt
/usr/share/R/library/cpp11/include/fmt/core.h
/usr/share/R/library/cpp11/include/fmt/format-inl.h
/usr/share/R/library/cpp11/include/fmt/format.h

References

Summary

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