How to Install and Uninstall R-rJava.x86_64 Package on Oracle Linux 9

Last updated: September 30,2024

1. Install "R-rJava.x86_64" package

This tutorial shows how to install R-rJava.x86_64 on Oracle Linux 9

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

2. Uninstall "R-rJava.x86_64" package

This guide covers the steps necessary to uninstall R-rJava.x86_64 on Oracle Linux 9:

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

3. Information about the R-rJava.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:56:48 ago on Thu Feb 15 07:50:05 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.