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

Last updated: May 19,2024

1. Install "R-jsonlite.x86_64" package

This is a short guide on how to install R-jsonlite.x86_64 on Fedora 34

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

2. Uninstall "R-jsonlite.x86_64" package

Please follow the guidelines below to uninstall R-jsonlite.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:18:32 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-jsonlite
Version : 1.7.2
Release : 2.fc34~bootstrap
Architecture : x86_64
Size : 448 k
Source : R-jsonlite-1.7.2-2.fc34~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.