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

Last updated: January 10,2025

1. Install "R-RCurl.x86_64" package

This guide let you learn how to install R-RCurl.x86_64 on Fedora 39

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

2. Uninstall "R-RCurl.x86_64" package

Please follow the step by step instructions below to uninstall R-RCurl.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 2:40:28 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : R-RCurl
Version : 1.98.1.8
Release : 4.fc39
Architecture : x86_64
Size : 908 k
Source : R-RCurl-1.98.1.8-4.fc39.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.