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

Last updated: June 25,2024

1. Install "R-rJava.x86_64" package

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

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

2. Uninstall "R-rJava.x86_64" package

This tutorial shows how to uninstall R-rJava.x86_64 on CentOS Stream 8:

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

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

Last metadata expiration check: 2:46:42 ago on Sun Feb 25 03:03:59 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.