Install pvm-examples
Installing pvm-examples package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pvm-examples
pvm-examples package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pvm-examples |
version | 3.4.5-12.6 |
description | Parallel Virtual Machine – examples |
subsection | devel |
maintainer | Steinar H. Gunderson |
Uninstall pvm-examples
To remove just pvm-examples package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pvm-examples
Uninstall pvm-examples and it’s dependent packages
To remove the pvm-examples package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pvm-examples
Purging pvm-examples
If you also want to delete configuration and/or data files of pvm-examples from Debian Sid then this will work:
sudo apt-get purge pvm-examples
To delete configuration and/or data files of pvm-examples and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pvm-examples