To uninstall unixodbc-dev just follow these instructions.
sudo apt-get remove unixodbc-dev
This will remove just the unixodbc-dev package itself.
sudo apt-get remove --auto-remove unixodbc-dev
This will remove the unixodbc-dev package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for unixodbc-dev then this will work.
sudo apt-get purge unixodbc-dev
Or similarly, like this unixodbc-dev
sudo apt-get purge --auto-remove unixodbc-dev
Package | unixodbc-dev |
Version | 2.2.14p2-5ubuntu5 |
Maintainer | Ubuntu Developers <[email protected]> |
Home page | http://www.unixodbc.org/ |
Description | ODBC libraries for UNIX (development files) |
Distro | ubuntu |
Release | trusty |
Repo | main |
Section | devel |