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

Last updated: September 20,2024

1. Install "r-cran-rjson" package

This tutorial shows how to install r-cran-rjson on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "r-cran-rjson" package

Please follow the steps below to uninstall r-cran-rjson on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: r-cran-rjson
Priority: optional
Section: universe/gnu-r
Installed-Size: 289
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Team
Architecture: amd64
Version: 0.2.15-1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0), r-base-core (>= 3.1.2-2), littler
Filename: pool/universe/r/r-cran-rjson/r-cran-rjson_0.2.15-1_amd64.deb
Size: 112820
MD5sum: 68bc845701e5a3e433c61e225dda0b73
SHA1: 76ab69a03ccbf3566f7ca73d3b7fc17db47c1ce2
SHA256: 3292336d2ae8c3a134e49ae532139a66a6a27f1e0d686605c372104c2260f253
Description-en: GNU R package for converting between R and JSON objects
This package allows conversion of R objects to and from Javascript object
notation (JSON) format. Conversion can be done from a file or directly from an
URL. There are two available implementations: a fast C one and a slower R one.
Description-md5: 9bf6db267a756cf5b00b958230c68829
Homepage: http://cran.r-project.org/web/packages/rjson/index.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu