How to Install and Uninstall R-Rcpp.x86_64 Package on Fedora 35

Last updated: May 18,2024

1. Install "R-Rcpp.x86_64" package

In this section, we are going to explain the necessary steps to install R-Rcpp.x86_64 on Fedora 35

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

2. Uninstall "R-Rcpp.x86_64" package

Please follow the guidance below to uninstall R-Rcpp.x86_64 on Fedora 35:

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

3. Information about the R-Rcpp.x86_64 package on Fedora 35

Last metadata expiration check: 2:14:38 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : R-Rcpp
Version : 1.0.9
Release : 1.fc35
Architecture : x86_64
Size : 1.6 M
Source : R-Rcpp-1.0.9-1.fc35.src.rpm
Repository : updates
Summary : Seamless R and C++ Integration
URL : https://cran.r-project.org/package=Rcpp
License : GPLv2+ and Boost
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.