How to Install and Uninstall R-inline.noarch Package on Fedora 35

Last updated: October 08,2024

1. Install "R-inline.noarch" package

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

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

2. Uninstall "R-inline.noarch" package

Please follow the instructions below to uninstall R-inline.noarch on Fedora 35:

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

3. Information about the R-inline.noarch package on Fedora 35

Last metadata expiration check: 3:58:49 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : R-inline
Version : 0.3.19
Release : 2.fc35
Architecture : noarch
Size : 148 k
Source : R-inline-0.3.19-2.fc35.src.rpm
Repository : fedora
Summary : Functions to Inline C, C++, Fortran Function Calls from R
URL : https://cran.r-project.org/package=inline
License : LGPLv2+
Description : Functionality to dynamically define R functions and S4 methods with
: 'inlined' C, C++ or Fortran code supporting the .C and .Call calling
: conventions.