Install parmetis-test
Installing parmetis-test package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install parmetis-test
parmetis-test package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | parmetis-test |
version | 4.0.3-4+b1 |
description | Parallel Graph Partitioning and Sparse Matrix Ordering Tests |
subsection | math |
website | glaros.dtc.umn.edu / gkhome / metis / parmetis / overview |
maintainer | Debian Science Team |
Uninstall parmetis-test
To remove just parmetis-test package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove parmetis-test
Uninstall parmetis-test and it’s dependent packages
To remove the parmetis-test package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove parmetis-test
Purging parmetis-test
If you also want to delete configuration and/or data files of parmetis-test from Debian Sid then this will work:
sudo apt-get purge parmetis-test
To delete configuration and/or data files of parmetis-test and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove parmetis-test