How to Install and Uninstall R-cli.x86_64 Package on Fedora 38

Last updated: October 13,2024

1. Install "R-cli.x86_64" package

Please follow the guidelines below to install R-cli.x86_64 on Fedora 38

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

2. Uninstall "R-cli.x86_64" package

Please follow the instructions below to uninstall R-cli.x86_64 on Fedora 38:

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

3. Information about the R-cli.x86_64 package on Fedora 38

Last metadata expiration check: 5:50:45 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : R-cli
Version : 3.6.1
Release : 1.fc38
Architecture : x86_64
Size : 1.4 M
Source : R-cli-3.6.1-1.fc38.src.rpm
Repository : updates
Summary : Helpers for Developing Command Line Interfaces
URL : https://CRAN.R-project.org/package=cli
License : MIT
Description : A suite of tools to build attractive command line interfaces ('CLIs'), from
: semantic elements: headings, lists, alerts, paragraphs, etc. Supports
: custom themes via a 'CSS'-like language. It also contains a number of lower
: level 'CLI' elements: rules, boxes, trees, and 'Unicode' symbols with
: 'ASCII' alternatives. It support ANSI colors and text styles as well.