Install libnfft3-dev
Installing libnfft3-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libnfft3-dev
libnfft3-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libnfft3-dev |
version | 3.3.0-5 |
description | development files for the NFFT library |
subsection | libdevel |
website | www-user.tu-chemnitz.de / ~potts / nfft |
maintainer | Debian Science Maintainers |
Uninstall libnfft3-dev
To remove just libnfft3-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libnfft3-dev
Uninstall libnfft3-dev and it’s dependent packages
To remove the libnfft3-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libnfft3-dev
Purging libnfft3-dev
If you also want to delete configuration and/or data files of libnfft3-dev from Debian Sid then this will work:
sudo apt-get purge libnfft3-dev
To delete configuration and/or data files of libnfft3-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libnfft3-dev