Install libmpfrc++-dev
Installing libmpfrc++-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libmpfrc++-dev
libmpfrc++-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libmpfrc++-dev |
version | 3.6.3+ds-1 |
description | multi-precision floating point number class for C++ |
subsection | libdevel |
website | holoborodko.com / pavel / mpfr |
maintainer | Debian Science Maintainers |
Uninstall libmpfrc++-dev
To remove just libmpfrc++-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libmpfrc++-dev
Uninstall libmpfrc++-dev and it’s dependent packages
To remove the libmpfrc++-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libmpfrc++-dev
Purging libmpfrc++-dev
If you also want to delete configuration and/or data files of libmpfrc++-dev from Debian Sid then this will work:
sudo apt-get purge libmpfrc++-dev
To delete configuration and/or data files of libmpfrc++-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libmpfrc++-dev