How to Install and Uninstall R-jsonlite.x86_64 Package on Fedora 35

Last updated: October 06,2024

1. Install "R-jsonlite.x86_64" package

Please follow the guidelines below to install R-jsonlite.x86_64 on Fedora 35

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

2. Uninstall "R-jsonlite.x86_64" package

In this section, we are going to explain the necessary steps to uninstall R-jsonlite.x86_64 on Fedora 35:

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

3. Information about the R-jsonlite.x86_64 package on Fedora 35

Last metadata expiration check: 2:54:19 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : R-jsonlite
Version : 1.7.2
Release : 4.fc35~bootstrap
Architecture : x86_64
Size : 450 k
Source : R-jsonlite-1.7.2-4.fc35~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.