How to Install and Uninstall R-littler.x86_64 Package on Fedora 34

Last updated: October 04,2024

1. Install "R-littler.x86_64" package

In this section, we are going to explain the necessary steps to install R-littler.x86_64 on Fedora 34

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

2. Uninstall "R-littler.x86_64" package

Please follow the guidance below to uninstall R-littler.x86_64 on Fedora 34:

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

3. Information about the R-littler.x86_64 package on Fedora 34

Last metadata expiration check: 0:27:48 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : R-littler
Version : 0.3.15
Release : 1.fc34
Architecture : x86_64
Size : 68 k
Source : R-littler-0.3.15-1.fc34.src.rpm
Repository : updates
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.