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

Last updated: September 28,2024

1. Install "R-Rcpp.x86_64" package

Please follow the step by step instructions below to install R-Rcpp.x86_64 on AlmaLinux 9

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

2. Uninstall "R-Rcpp.x86_64" package

Learn how to uninstall R-Rcpp.x86_64 on AlmaLinux 9:

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

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

Last metadata expiration check: 0:55:05 ago on Wed Mar 13 07:41:12 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.