To uninstall wine1.6-dev just follow these instructions.
/ubuntu/trusty/universe///install/index.html Microsoft Windows Compatibility Layer (Development files) Ubuntu 14.04 LTS universe/libdevel 1:1.6.2-0ubuntu4
sudo apt-get remove wine1.6-dev
Which will remove just the wine1.6-dev package itself.
sudo apt-get remove --auto-remove wine1.6-dev
This will remove the wine1.6-dev package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for wine1.6-dev then this will work.
sudo apt-get purge wine1.6-dev
Or similarly, like this wine1.6-dev
sudo apt-get purge --auto-remove wine1.6-dev
Package | wine1.6-dev |
Version | 1:1.6.2-0ubuntu4 |
Maintainer | Scott Ritchie |
Description | Microsoft Windows Compatibility Layer (Development files) |
Distro | ubuntu |
Release | trusty |
Repo | universe |
Section | universe/libdevel |