How to Install and Uninstall R-inline.noarch Package on Oracle Linux 8
Last updated: November 30,2024
1. Install "R-inline.noarch" package
This is a short guide on how to install R-inline.noarch on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
R-inline.noarch
Copied
2. Uninstall "R-inline.noarch" package
This guide covers the steps necessary to uninstall R-inline.noarch on Oracle Linux 8:
$
sudo dnf remove
R-inline.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the R-inline.noarch package on Oracle Linux 8
Last metadata expiration check: 5:58:38 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : R-inline
Version : 0.3.19
Release : 2.el8
Architecture : noarch
Size : 149 k
Source : R-inline-0.3.19-2.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.
Available Packages
Name : R-inline
Version : 0.3.19
Release : 2.el8
Architecture : noarch
Size : 149 k
Source : R-inline-0.3.19-2.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.