Install libmpfr4-dbg
Installing libmpfr4-dbg package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libmpfr4-dbg
libmpfr4-dbg package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libmpfr4-dbg |
version | 3.1.4-1 |
description | multiple precision floating-point computation (debug symbols) |
subsection | debug |
website | mpfr.org |
maintainer | Debian GCC Maintainers |
Uninstall libmpfr4-dbg
To remove just libmpfr4-dbg package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libmpfr4-dbg
Uninstall libmpfr4-dbg and it’s dependent packages
To remove the libmpfr4-dbg package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libmpfr4-dbg
Purging libmpfr4-dbg
If you also want to delete configuration and/or data files of libmpfr4-dbg from Debian Sid then this will work:
sudo apt-get purge libmpfr4-dbg
To delete configuration and/or data files of libmpfr4-dbg and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libmpfr4-dbg