Install pgplot5
Installing pgplot5 package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pgplot5
pgplot5 package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | pgplot5 |
version | 5.2.2-19.2+b1 |
description | large subroutine library for plotting scientific data |
subsection | math |
website | astro.caltech.edu / ~tjp / pgplot / |
maintainer | Carlo Segre |
Uninstall pgplot5
To remove just pgplot5 package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pgplot5
Uninstall pgplot5 and it’s dependent packages
To remove the pgplot5 package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pgplot5
Purging pgplot5
If you also want to delete configuration and/or data files of pgplot5 from Debian Sid then this will work:
sudo apt-get purge pgplot5
To delete configuration and/or data files of pgplot5 and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pgplot5