I am a pretty novice user and have just recently installed Ubuntu 12.10 on my six year-old laptop as a dual boot with Windows. I installed with the simple Windows Installer and haven't done any major adjustments to Ubuntu other than to install the beta of Google Music Uploader for Ubuntu.
I just recently tried to use get Wine so I can run EAC (Exact Audio Copy). However, whenever I run the command in the terminal to get Wine 1.5, I errors.
For example, if I out in this command: "sudo apt-get install wine"
I get this:
"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.5 but it is not going to be installed
E: Unable to correct problems, you have held broken packages."
When I input this "sudo apt-get install wine1.5" I get this:
"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:
wine1.5 : Depends: wine1.5-i386 (= 1.5.25-0ubuntu1) but it is not installable
Recommends: gnome-exe-thumbnailer but it is not going to be installed or
kde-runtime but it is not going to be installed
Recommends: fonts-droid but it is not going to be installed
Recommends: ttf-mscorefonts-installer but it is not going to be installed
Recommends: fonts-horai-umefont but it is not going to be installed
Recommends: fonts-unfonts-core but it is not going to be installed
Recommends: winbind but it is not going to be installed
Recommends: winetricks but it is not going to be installed
E: Unable to correct problems, you have held broken packages."
Before this I tried the same with Wine1.4. Same error messages.
Any ideas? I'm pretty new to Ubuntu and the open-source world, so any help would be greatly appreciated. Thanks.
alt+F2
, type insynaptic
, press enter. Then after synaptic starts typewine
into the search bar. Then click on the check-mark box next to what want to install. A menu should come up, then click onmark for installation
. Then click on the the bigApply
button somewhere on the top. – Stephen Mar 02 '13 at 05:21sudo apt-get update; sudo apt-get dist-upgrade; sudo apt-get install wine
If this does not fix the problem then follow the instructions in this Package Manager Troubleshooting Procedure and we will try to help you on the Launchpad Ubuntu Answers Forum – Warren Hill Mar 02 '13 at 11:00