Install r-cran-rjsonio
Installing r-cran-rjsonio package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install r-cran-rjsonio
r-cran-rjsonio package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | r-cran-rjsonio |
version | 1.3-0-2 |
description | Serialize R objects to JSON, JavaScript Object Notation |
subsection | gnu-r |
website | cran.r-project.org / web / packages / RJSONIO / |
maintainer | Debian Science Team |
Uninstall r-cran-rjsonio
To remove just r-cran-rjsonio package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove r-cran-rjsonio
Uninstall r-cran-rjsonio and it’s dependent packages
To remove the r-cran-rjsonio package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove r-cran-rjsonio
Purging r-cran-rjsonio
If you also want to delete configuration and/or data files of r-cran-rjsonio from Debian Sid then this will work:
sudo apt-get purge r-cran-rjsonio
To delete configuration and/or data files of r-cran-rjsonio and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove r-cran-rjsonio