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

Last updated: May 04,2024

1. Install "R-inline.noarch" package

This tutorial shows how to install R-inline.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "R-inline.noarch" package

Please follow the guidance below to uninstall R-inline.noarch on CentOS 8 / RHEL 8:

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

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

Last metadata expiration check: 1 day, 3:43:53 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : R-inline
Version : 0.3.17
Release : 1.el8
Architecture : noarch
Size : 143 k
Source : R-inline-0.3.17-1.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 : 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.