To uninstall libfftw3-dev just follow these instructions.
sudo apt-get remove libfftw3-dev
This will remove just the libfftw3-dev package itself.
sudo apt-get remove --auto-remove libfftw3-dev
This will remove the libfftw3-dev package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for libfftw3-dev then this will work.
sudo apt-get purge libfftw3-dev
Or similarly, like this libfftw3-dev
sudo apt-get purge --auto-remove libfftw3-dev
Package | libfftw3-dev |
Version | 3.3.4-2 |
Maintainer | Debian Science Team <debian-science-maintainers@lists.alioth.debian.org> |
Home page | http://fftw.org |
Description | Library for computing Fast Fourier Transforms - development |
Distro | debian |
Release | jessie |
Repo | main |
Section | libdevel |