How to Install and Uninstall R-core-devel.x86_64 Package on CentOS Stream 8

Last updated: May 13,2024

1. Install "R-core-devel.x86_64" package

Learn how to install R-core-devel.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install R-core-devel.x86_64

2. Uninstall "R-core-devel.x86_64" package

Here is a brief guide to show you how to uninstall R-core-devel.x86_64 on CentOS Stream 8:

$ sudo dnf remove R-core-devel.x86_64 $ sudo dnf autoremove

3. Information about the R-core-devel.x86_64 package on CentOS Stream 8

Last metadata expiration check: 3:30:02 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : R-core-devel
Version : 4.3.2
Release : 1.el8
Architecture : x86_64
Size : 119 k
Source : R-4.3.2-1.el8.src.rpm
Repository : epel
Summary : Core files for development of R packages (no Java)
URL : https://www.r-project.org
License : GPL-2.0-or-later
Description : Install R-core-devel if you are going to develop or compile R packages.
: This package does not configure the R environment for Java, install
: R-java-devel if you want this.