How to Install and Uninstall R-rJava.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 07,2024

1. Install "R-rJava.x86_64" package

Learn how to install R-rJava.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "R-rJava.x86_64" package

In this section, we are going to explain the necessary steps to uninstall R-rJava.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the R-rJava.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:53:18 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : R-rJava
Version : 1.0.6
Release : 5.el8
Architecture : x86_64
Size : 779 k
Source : R-rJava-1.0.6-5.el8.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.