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