So, I'm not a developer, I know a lot about computers, but I'm more of a techy gamer than a programmer; and I like linux, so wine FTW! But with Karmic it seems that the wine package is dependent on wine1.2, which if I'm not mistaken is the dev version. Insert terminal paste here: Code: console@ConsoleMLap:~$ sudo apt-get purge wine Reading package lists... Done Building dependency tree Reading state information... Done Package wine is not installed, so not removed 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. console@ConsoleMLap:~$ sudo apt-get purge wine1.2 Reading package lists... Done Building dependency tree Reading state information... Done Package wine1.2 is not installed, so not removed 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. console@ConsoleMLap:~$ sudo apt-get install wine Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: wine: Depends: wine1.2 but it is not going to be installed E: Broken packages console@ConsoleMLap:~$ sudo apt-get install -f Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. console@ConsoleMLap:~$ sudo apt-get install wine Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: wine: Depends: wine1.2 but it is not going to be installed E: Broken packages console@ConsoleMLap:~$ Please to be helping in my problem!