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