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

Last updated: October 05,2024

1. Install "R-shiny.noarch" package

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

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

2. Uninstall "R-shiny.noarch" package

In this section, we are going to explain the necessary steps to uninstall R-shiny.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:30:53 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-shiny
Version : 1.5.0
Release : 4.fc34~bootstrap
Architecture : noarch
Size : 4.2 M
Source : R-shiny-1.5.0-4.fc34~bootstrap.src.rpm
Repository : updates
Summary : Web Application Framework for R
URL : https://CRAN.R-project.org/package=shiny
License : GPLv3 and BSD and MIT and OFL
Description : Makes it incredibly easy to build interactive web applications with R.
: Automatic "reactive" binding between inputs and outputs and extensive prebuilt
: widgets make it possible to build beautiful, responsive, and powerful
: applications with minimal effort.