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

Last updated: June 26,2024

1. Install "R-java.x86_64" package

Please follow the guidelines below to install R-java.x86_64 on Oracle Linux 9

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

2. Uninstall "R-java.x86_64" package

Please follow the instructions below to uninstall R-java.x86_64 on Oracle Linux 9:

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

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

Last metadata expiration check: 2:43:01 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : R-java
Version : 4.3.2
Release : 1.el9
Architecture : x86_64
Size : 10 k
Source : R-4.3.2-1.el9.src.rpm
Repository : epel
Summary : R with Fedora provided Java Runtime Environment
URL : https://www.r-project.org
License : GPL-2.0-or-later
Description : A language and environment for statistical computing and graphics.
: R is similar to the award-winning S system, which was developed at
: Bell Laboratories by John Chambers et al. It provides a wide
: variety of statistical and graphical techniques (linear and
: nonlinear modelling, statistical tests, time series analysis,
: classification, clustering, ...).
:
: R is designed as a true computer language with control-flow
: constructions for iteration and alternation, and it allows users to
: add additional functionality by defining new functions. For
: computationally intensive tasks, C, C++ and Fortran code can be linked
: and called at run time.
:
: This package also has an additional dependency on java, as provided by
: Fedora's openJDK.