How to Install and Uninstall R-littler.x86_64 Package on CentOS 8 / RHEL 8

Last updated: April 28,2024

1. Install "R-littler.x86_64" package

This is a short guide on how to install R-littler.x86_64 on CentOS 8 / RHEL 8

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

2. Uninstall "R-littler.x86_64" package

Please follow the instructions below to uninstall R-littler.x86_64 on CentOS 8 / RHEL 8:

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

3. Information about the R-littler.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 3:43:57 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : R-littler
Version : 0.3.12
Release : 1.el8
Architecture : x86_64
Size : 71 k
Source : R-littler-0.3.12-1.el8.src.rpm
Repository : epel
Summary : littler: R at the Command-Line via 'r'
URL : https://cran.r-project.org/package=littler
License : GPLv2+
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.