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

Last updated: June 30,2024

1. Install "R-rJava.x86_64" package

Please follow the guidelines below to install R-rJava.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install R-rJava.x86_64

2. Uninstall "R-rJava.x86_64" package

Please follow the guidelines below to uninstall R-rJava.x86_64 on CentOS Stream 9:

$ sudo dnf remove R-rJava.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:10:23 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : R-rJava
Version : 1.0.6
Release : 5.el9
Architecture : x86_64
Size : 771 k
Source : R-rJava-1.0.6-5.el9.src.rpm
Repository : epel
Summary : Low-Level R to Java Interface
URL : https://cran.r-project.org/package=rJava
License : LGPL-2.1-only
Description : Low-level interface to Java VM very much like .C/.Call and friends.
: Allows creation of objects, calling methods and accessing fields.