How to Install and Uninstall R-webutils.x86_64 Package on Fedora 34

Last updated: July 03,2024

1. Install "R-webutils.x86_64" package

This tutorial shows how to install R-webutils.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install R-webutils.x86_64

2. Uninstall "R-webutils.x86_64" package

Please follow the instructions below to uninstall R-webutils.x86_64 on Fedora 34:

$ sudo dnf remove R-webutils.x86_64 $ sudo dnf autoremove

3. Information about the R-webutils.x86_64 package on Fedora 34

Last metadata expiration check: 2:37:40 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-webutils
Version : 1.1
Release : 5.fc34
Architecture : x86_64
Size : 47 k
Source : R-webutils-1.1-5.fc34.src.rpm
Repository : fedora
Summary : Utility Functions for Developing Web Applications
URL : https://CRAN.R-project.org/package=webutils
License : MIT
Description : Parses http request data in application/json, multipart/form-data, or
: application/x-www-form-urlencoded format. Includes example of hosting and
: parsing html form data in R using either 'httpuv' or 'Rhttpd'.