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

Last updated: January 15,2025

1. Install "R-curl.x86_64" package

Please follow the instructions below to install R-curl.x86_64 on Fedora 38

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

2. Uninstall "R-curl.x86_64" package

Please follow the guidelines below to uninstall R-curl.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 2:41:56 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : R-curl
Version : 4.3.2
Release : 8.fc38
Architecture : x86_64
Size : 484 k
Source : R-curl-4.3.2-8.fc38.src.rpm
Repository : updates
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.