How to Install and Uninstall R-curl.x86_64 Package on Fedora 36

Last updated: October 06,2024

1. Install "R-curl.x86_64" package

Please follow the steps below to install R-curl.x86_64 on Fedora 36

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

2. Uninstall "R-curl.x86_64" package

This is a short guide on how to uninstall R-curl.x86_64 on Fedora 36:

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

3. Information about the R-curl.x86_64 package on Fedora 36

Last metadata expiration check: 5:43:09 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : R-curl
Version : 4.3.2
Release : 2.fc36
Architecture : x86_64
Size : 470 k
Source : R-curl-4.3.2-2.fc36.src.rpm
Repository : fedora
Summary : A Modern and Flexible Web Client for R
URL : https://CRAN.R-project.org/package=curl
License : MIT
Description : The curl() and curl_download() functions provide highly configurable drop-in
: replacements for base url() and download.file() with better performance,
: support for encryption (https, ftps), gzip compression, authentication, and
: other 'libcurl' goodies. The core of the package implements a framework for
: performing fully customized requests where data can be processed either in
: memory, on disk, or streaming via the callback or connection interfaces. Some
: knowledge of 'libcurl' is recommended; for a more-user-friendly web client see
: the 'httr' package which builds on this package with http specific tools and
: logic.