Install mumps-test
Installing mumps-test package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mumps-test
mumps-test package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mumps-test |
version | 4.10.0.dfsg-4 |
description | Example/test binaries using MUMPS |
subsection | math |
website | mumps.enseeiht.fr |
maintainer | Debian Science Maintainers |
Uninstall mumps-test
To remove just mumps-test package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mumps-test
Uninstall mumps-test and it’s dependent packages
To remove the mumps-test package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mumps-test
Purging mumps-test
If you also want to delete configuration and/or data files of mumps-test from Debian Sid then this will work:
sudo apt-get purge mumps-test
To delete configuration and/or data files of mumps-test and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mumps-test