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

Last updated: October 09,2024

1. Install "R-littler.x86_64" package

Please follow the guidance below to install R-littler.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "R-littler.x86_64" package

Learn how to uninstall R-littler.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

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

Last metadata expiration check: 0:10:34 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : R-littler
Version : 0.3.19
Release : 1.el8
Architecture : x86_64
Size : 72 k
Source : R-littler-0.3.19-1.el8.src.rpm
Repository : epel
Summary : littler: R at the Command-Line via 'r'
URL : https://cran.r-project.org/package=littler
License : GPL-2.0-or-later
Description : A scripting and command-line front-end is provided by 'r' (aka 'littler')
: as a lightweight binary wrapper around the GNU R language and environment
: for statistical computing and graphics. While R can be used in batch
: mode, the r binary adds full support for both 'shebang'-style scripting
: (i.e. using a hash-mark-exclamation-path expression as the first line in
: scripts) as well as command-line use in standard Unix pipelines. In other
: words, r provides the R language without the environment.