How to Install and Uninstall R-Rcpp.x86_64 Package on Oracle Linux 9

Last updated: July 03,2024

1. Install "R-Rcpp.x86_64" package

Here is a brief guide to show you how to install R-Rcpp.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install R-Rcpp.x86_64

2. Uninstall "R-Rcpp.x86_64" package

This guide let you learn how to uninstall R-Rcpp.x86_64 on Oracle Linux 9:

$ sudo dnf remove R-Rcpp.x86_64 $ sudo dnf autoremove

3. Information about the R-Rcpp.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:49:20 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : R-Rcpp
Version : 1.0.12
Release : 1.el9
Architecture : x86_64
Size : 1.6 M
Source : R-Rcpp-1.0.12-1.el9.src.rpm
Repository : epel
Summary : Seamless R and C++ Integration
URL : https://cran.r-project.org/package=Rcpp
License : GPL-2.0-or-later AND BSL-1.0
Description : The Rcpp package provides R functions as well as C++ classes which
: offer a seamless integration of R and C++. Many R data types and
: objects can be mapped back and forth to C++ equivalents which
: facilitates both writing of new code as well as easier integration of
: third-party libraries.
: Documentation about Rcpp is provided by several vignettes included in
: this package, via the Rcpp Gallery site at http://gallery.rcpp.org,
: the paper by Eddelbuettel and Francois (2011, JSS), and the book by
: Eddelbuettel (2013, Springer).
: See citation("Rcpp") for details on the last two.