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

Last updated: April 29,2024

1. Install "R-littler.x86_64" package

Please follow the guidelines below to install R-littler.x86_64 on CentOS Stream 8

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

2. Uninstall "R-littler.x86_64" package

Please follow the guidelines below to uninstall R-littler.x86_64 on CentOS Stream 8:

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

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

Last metadata expiration check: 1:57:16 ago on Sun Feb 25 03:03:59 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.