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

Last updated: May 10,2024

1. Install "R-cli.noarch" package

Please follow the steps below to install R-cli.noarch on Fedora 34

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

2. Uninstall "R-cli.noarch" package

Please follow the guidelines below to uninstall R-cli.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:40:20 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : R-cli
Version : 2.5.0
Release : 3.fc34
Architecture : noarch
Size : 559 k
Source : R-cli-2.5.0-3.fc34.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.