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

Last updated: October 06,2024

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

Please follow the steps below to install R-core-devel.x86_64 on CentOS Stream 9

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

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

Please follow the guidance below to uninstall R-core-devel.x86_64 on CentOS Stream 9:

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

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

Last metadata expiration check: 3:14:33 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : R-core-devel
Version : 4.3.3
Release : 1.el9
Architecture : x86_64
Size : 86 k
Source : R-4.3.3-1.el9.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.