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