Install r-cran-scatterplot3d
Installing r-cran-scatterplot3d 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-scatterplot3d
r-cran-scatterplot3d package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | r-cran-scatterplot3d |
version | 0.3-36-1 |
description | GNU R package for Visualizing Multivariate Data |
subsection | gnu-r |
website | cran.r-project.org / web / packages / scatterplot3d |
maintainer | Debian Science Maintainers |
Uninstall r-cran-scatterplot3d
To remove just r-cran-scatterplot3d package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove r-cran-scatterplot3d
Uninstall r-cran-scatterplot3d and it’s dependent packages
To remove the r-cran-scatterplot3d package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove r-cran-scatterplot3d
Purging r-cran-scatterplot3d
If you also want to delete configuration and/or data files of r-cran-scatterplot3d from Debian Sid then this will work:
sudo apt-get purge r-cran-scatterplot3d
To delete configuration and/or data files of r-cran-scatterplot3d and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove r-cran-scatterplot3d