How to Install and Uninstall R-cli.noarch Package on Fedora 35

Last updated: October 07,2024

1. Install "R-cli.noarch" package

Learn how to install R-cli.noarch on Fedora 35

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

2. Uninstall "R-cli.noarch" package

Please follow the step by step instructions below to uninstall R-cli.noarch on Fedora 35:

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

3. Information about the R-cli.noarch package on Fedora 35

Last metadata expiration check: 2:39:58 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : R-cli
Version : 2.5.0
Release : 3.fc35
Architecture : noarch
Size : 580 k
Source : R-cli-2.5.0-3.fc35.src.rpm
Repository : fedora
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.