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

Last updated: November 28,2024

1. Install "R-inline.noarch" package

Here is a brief guide to show you how to install R-inline.noarch on Fedora 38

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

2. Uninstall "R-inline.noarch" package

This guide covers the steps necessary to uninstall R-inline.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:39:38 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : R-inline
Version : 0.3.19
Release : 9.fc38
Architecture : noarch
Size : 159 k
Source : R-inline-0.3.19-9.fc38.src.rpm
Repository : updates
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.