How to Install and Uninstall R-servr.noarch Package on Fedora 36

Last updated: April 24,2024

1. Install "R-servr.noarch" package

Please follow the step by step instructions below to install R-servr.noarch on Fedora 36

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

2. Uninstall "R-servr.noarch" package

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

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

3. Information about the R-servr.noarch package on Fedora 36

Last metadata expiration check: 5:51:54 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : R-servr
Version : 0.22
Release : 4.fc36
Architecture : noarch
Size : 103 k
Source : R-servr-0.22-4.fc36.src.rpm
Repository : fedora
Summary : Simple HTTP Server to Serve Static Files or Dynamic Documents
URL : https://CRAN.R-project.org/package=servr
License : GPL+
Description : Start an HTTP server in R to serve static files, or dynamic documents that
: can be converted to HTML files (e.g., R Markdown) under a given directory.