Install ptscotch
Installing ptscotch package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install ptscotch
ptscotch package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | ptscotch |
version | 5.1.12b.dfsg-2+b2 |
description | MPI programs and libraries for graph, mesh and hypergraph partitioning |
subsection | math |
website | labri.fr / perso / pelegrin / scotch / |
maintainer | Debian Science Maintainers |
Uninstall ptscotch
To remove just ptscotch package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove ptscotch
Uninstall ptscotch and it’s dependent packages
To remove the ptscotch package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove ptscotch
Purging ptscotch
If you also want to delete configuration and/or data files of ptscotch from Debian Sid then this will work:
sudo apt-get purge ptscotch
To delete configuration and/or data files of ptscotch and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove ptscotch