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

Last updated: September 20,2024

1. Install "R-curl.x86_64" package

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

$ 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 34:

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

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

Last metadata expiration check: 2:08:16 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-curl
Version : 4.3.2
Release : 1.fc34
Architecture : x86_64
Size : 461 k
Source : R-curl-4.3.2-1.fc34.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.