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

Last updated: July 05,2024

1. Install "R-RCurl.x86_64" package

Please follow the instructions below to install R-RCurl.x86_64 on Fedora 34

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

2. Uninstall "R-RCurl.x86_64" package

This guide covers the steps necessary to uninstall R-RCurl.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:54:56 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-RCurl
Version : 1.98.1.2
Release : 3.fc34
Architecture : x86_64
Size : 823 k
Source : R-RCurl-1.98.1.2-3.fc34.src.rpm
Repository : fedora
Summary : General network (HTTP/FTP) client interface for R
URL : http://cran.r-project.org/web/packages/RCurl/index.html
License : BSD
Description : The package allows one to compose general HTTP requests and provides convenient
: functions to fetch URIs, get & post forms, etc. and process the results
: returned by the Web server. This provides a great deal of control over the
: HTTP/FTP/... connection and the form of the request while providing a
: higher-level interface than is available just using R socket connections.
: Additionally, the underlying implementation is robust and extensive, supporting
: FTP/FTPS/TFTP (uploads and downloads), SSL/HTTPS, telnet, dict, ldap, and also
: supports cookies, redirects, authentication, etc.