How to Install and Uninstall r-cran-jsonlite Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "r-cran-jsonlite" package

Please follow the instructions below to install r-cran-jsonlite on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install r-cran-jsonlite

2. Uninstall "r-cran-jsonlite" package

This is a short guide on how to uninstall r-cran-jsonlite on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove r-cran-jsonlite $ sudo apt autoclean && sudo apt autoremove

3. Information about the r-cran-jsonlite package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: r-cran-jsonlite
Priority: optional
Section: universe/gnu-r
Installed-Size: 2464
Maintainer: Ubuntu Developers
Original-Maintainer: Chris Lawrence
Architecture: amd64
Version: 0.9.19-1
Depends: libc6 (>= 2.14), r-base-core (>= 3.2.2.20151203-1), r-api-3
Filename: pool/universe/r/r-cran-jsonlite/r-cran-jsonlite_0.9.19-1_amd64.deb
Size: 544638
MD5sum: 08db3723a037ad846118b37c52b0533d
SHA1: 1a03216f38f865b60495a7687233253687485090
SHA256: 565cca472af235f764a2e608a30999b2f625a93d8989d8f9387ded315a4137cb
Description-en: Robust, High Performance JSON Parser and Generator for R
A fast JSON parser and generator optimized for statistical data and
the web. Started out as a fork of 'RJSONIO', but has been completely
rewritten in recent versions. The package offers flexible, robust,
high performance 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.
Description-md5: 5d06fc5659e85ce727873d613997f8f7
Homepage: https://cran.r-project.org/web/packages/jsonlite/index.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu