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