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