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