How To Install R-miniUI on Fedora 36

In this tutorial we learn how to install R-miniUI in Fedora 36. R-miniUI is Shiny UI Widgets for Small Screens

Introduction

In this tutorial we learn how to install R-miniUI on Fedora 36.

What is R-miniUI

Provides UI widget and layout functions for writing Shiny apps that work well on small screens.

We can use yum or dnf to install R-miniUI on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-miniUI.

Install R-miniUI on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install R-miniUI using dnf by running the following command:

sudo dnf -y install R-miniUI

Install R-miniUI on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install R-miniUI using yum by running the following command:

sudo yum -y install R-miniUI

How To Uninstall R-miniUI on Fedora 36

To uninstall only the R-miniUI package we can use the following command:

sudo dnf remove R-miniUI

R-miniUI Package Contents on Fedora 36

/usr/share/R/library/miniUI
/usr/share/R/library/miniUI/DESCRIPTION
/usr/share/R/library/miniUI/INDEX
/usr/share/R/library/miniUI/Meta
/usr/share/R/library/miniUI/Meta/Rd.rds
/usr/share/R/library/miniUI/Meta/features.rds
/usr/share/R/library/miniUI/Meta/hsearch.rds
/usr/share/R/library/miniUI/Meta/links.rds
/usr/share/R/library/miniUI/Meta/nsInfo.rds
/usr/share/R/library/miniUI/Meta/package.rds
/usr/share/R/library/miniUI/NAMESPACE
/usr/share/R/library/miniUI/R
/usr/share/R/library/miniUI/R/miniUI
/usr/share/R/library/miniUI/R/miniUI.rdb
/usr/share/R/library/miniUI/R/miniUI.rdx
/usr/share/R/library/miniUI/help
/usr/share/R/library/miniUI/help/AnIndex
/usr/share/R/library/miniUI/help/aliases.rds
/usr/share/R/library/miniUI/help/gadgetTitleBar.html
/usr/share/R/library/miniUI/help/miniButtonBlock.html
/usr/share/R/library/miniUI/help/miniContentPanel.html
/usr/share/R/library/miniUI/help/miniPage.html
/usr/share/R/library/miniUI/help/miniTabPanel.html
/usr/share/R/library/miniUI/help/miniTabstripPanel.html
/usr/share/R/library/miniUI/help/miniTitleBar.html
/usr/share/R/library/miniUI/help/miniTitleBarButton.html
/usr/share/R/library/miniUI/help/miniTitleBarCancelButton.html
/usr/share/R/library/miniUI/help/miniUI.rdb
/usr/share/R/library/miniUI/help/miniUI.rdx
/usr/share/R/library/miniUI/help/paths.rds
/usr/share/R/library/miniUI/html
/usr/share/R/library/miniUI/html/00Index.html
/usr/share/R/library/miniUI/html/R.css
/usr/share/R/library/miniUI/html/miniButtonBlock.html
/usr/share/R/library/miniUI/html/miniContentPanel.html
/usr/share/R/library/miniUI/html/miniPage.html
/usr/share/R/library/miniUI/html/miniTabstripPanel.html
/usr/share/R/library/miniUI/html/miniTitleBar.html
/usr/share/R/library/miniUI/www
/usr/share/R/library/miniUI/www/miniUI.css

References

Summary

In this tutorial we learn how to install R-miniUI on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).