How to Install and Uninstall R-inline.noarch Package on CentOS Stream 8

Last updated: April 28,2024

1. Install "R-inline.noarch" package

Please follow the guidance below to install R-inline.noarch on CentOS Stream 8

$ 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 CentOS Stream 8:

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

3. Information about the R-inline.noarch package on CentOS Stream 8

Last metadata expiration check: 3:54:31 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : R-inline
Version : 0.3.19
Release : 9.el8
Architecture : noarch
Size : 150 k
Source : R-inline-0.3.19-9.el8.src.rpm
Repository : epel
Summary : Functions to Inline C, C++, Fortran Function Calls from R
URL : https://cran.r-project.org/package=inline
License : LGPL-2.0-or-later
Description : Functionality to dynamically define R functions and S4 methods with
: 'inlined' C, C++ or Fortran code supporting the .C and .Call calling
: conventions.