How to Install and Uninstall R-Rcpp.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)
Last updated: November 27,2024
1. Install "R-Rcpp.x86_64" package
Please follow the guidance below to install R-Rcpp.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)
$
sudo dnf update
Copied
$
sudo dnf install
R-Rcpp.x86_64
Copied
2. Uninstall "R-Rcpp.x86_64" package
This tutorial shows how to uninstall R-Rcpp.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):
$
sudo dnf remove
R-Rcpp.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the R-Rcpp.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)
Last metadata expiration check: 1:59:34 ago on Mon Feb 26 07:04:30 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.
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.