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