How to Install and Uninstall R-jsonlite.x86_64 Package on Fedora 36
Last updated: January 19,2025
1. Install "R-jsonlite.x86_64" package
This is a short guide on how to install R-jsonlite.x86_64 on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
R-jsonlite.x86_64
Copied
2. Uninstall "R-jsonlite.x86_64" package
This is a short guide on how to uninstall R-jsonlite.x86_64 on Fedora 36:
$
sudo dnf remove
R-jsonlite.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the R-jsonlite.x86_64 package on Fedora 36
Last metadata expiration check: 3:34:31 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : R-jsonlite
Version : 1.7.2
Release : 5.fc36~bootstrap
Architecture : x86_64
Size : 453 k
Source : R-jsonlite-1.7.2-5.fc36~bootstrap.src.rpm
Repository : fedora
Summary : A Simple and Robust JSON Parser and Generator for R
URL : https://CRAN.R-project.org/package=jsonlite
License : MIT and ISC
Description : A reasonably fast JSON parser and generator, optimized for statistical data and
: the web. Offers simple, flexible tools for working with JSON in R, and is
: particularly powerful for building pipelines and interacting with a web API.
: The implementation is based on the mapping described in the vignette (Ooms,
: 2014). In addition to converting JSON data from/to R objects, 'jsonlite'
: contains functions to stream, validate, and prettify JSON data. The unit tests
: included with the package verify that all edge cases are encoded and decoded
: consistently for use with dynamic data in systems and applications.
Available Packages
Name : R-jsonlite
Version : 1.7.2
Release : 5.fc36~bootstrap
Architecture : x86_64
Size : 453 k
Source : R-jsonlite-1.7.2-5.fc36~bootstrap.src.rpm
Repository : fedora
Summary : A Simple and Robust JSON Parser and Generator for R
URL : https://CRAN.R-project.org/package=jsonlite
License : MIT and ISC
Description : A reasonably fast JSON parser and generator, optimized for statistical data and
: the web. Offers simple, flexible tools for working with JSON in R, and is
: particularly powerful for building pipelines and interacting with a web API.
: The implementation is based on the mapping described in the vignette (Ooms,
: 2014). In addition to converting JSON data from/to R objects, 'jsonlite'
: contains functions to stream, validate, and prettify JSON data. The unit tests
: included with the package verify that all edge cases are encoded and decoded
: consistently for use with dynamic data in systems and applications.