How to Install and Uninstall R-cpp11.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "R-cpp11.noarch" package

In this section, we are going to explain the necessary steps to install R-cpp11.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install R-cpp11.noarch

2. Uninstall "R-cpp11.noarch" package

Please follow the steps below to uninstall R-cpp11.noarch on Fedora 34:

$ sudo dnf remove R-cpp11.noarch $ sudo dnf autoremove

3. Information about the R-cpp11.noarch package on Fedora 34

Last metadata expiration check: 4:44:38 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-cpp11
Version : 0.2.7
Release : 1.fc34~bootstrap
Architecture : noarch
Size : 136 k
Source : R-cpp11-0.2.7-1.fc34~bootstrap.src.rpm
Repository : updates
Summary : A C++11 Interface for R's C Interface
URL : https://CRAN.R-project.org/package=cpp11
License : MIT
Description : Provides a header only, C++11 interface to R's C interface. Compared to
: other approaches 'cpp11' strives to be safe against long jumps from the C
: API as well as C++ exceptions, conform to normal R function semantics and
: supports interaction with 'ALTREP' vectors.