Install libmpfi-doc
Installing libmpfi-doc package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libmpfi-doc
libmpfi-doc package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libmpfi-doc |
version | 1.5.1+ds-2 |
description | multiple precision floating-point interval computation library — doc |
subsection | doc |
website | mpfi.gforge.inria.fr |
maintainer | Debian Science Maintainers |
Uninstall libmpfi-doc
To remove just libmpfi-doc package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libmpfi-doc
Uninstall libmpfi-doc and it’s dependent packages
To remove the libmpfi-doc package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libmpfi-doc
Purging libmpfi-doc
If you also want to delete configuration and/or data files of libmpfi-doc from Debian Sid then this will work:
sudo apt-get purge libmpfi-doc
To delete configuration and/or data files of libmpfi-doc and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libmpfi-doc