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

Last updated: September 30,2024

1. Install "R-httr.noarch" package

This guide let you learn how to install R-httr.noarch on Fedora 36

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

2. Uninstall "R-httr.noarch" package

Learn how to uninstall R-httr.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:26:49 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : R-httr
Version : 1.4.2
Release : 6.fc36
Architecture : noarch
Size : 522 k
Source : R-httr-1.4.2-6.fc36.src.rpm
Repository : fedora
Summary : Tools for Working with URLs and HTTP
URL : https://CRAN.R-project.org/package=httr
License : MIT
Description : Useful tools for working with HTTP organised by HTTP verbs (GET(), POST(),
: etc). Configuration functions make it easy to control additional request
: components (authenticate(), add_headers() and so on).