0

Possible Duplicate:
Why is Wine not installable on my system?

I am having problem when installing wine on ubuntu 12.10

I tried to following some tutorial but none of them work.

 **root@ubuntu:~# add-apt-repository ppa:ubuntu-wine/ppa**

 **root@ubuntu:~# apt-get update**

 **root@ubuntu:~# apt-get install wine1.5**

 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.16-0ubuntu1) but it is not installable
            Recommends: ttf-droid
            Recommends: ttf-mscorefonts-installer but it is not going to be installed
            Recommends: ttf-umefont but it is not going to be installed
            Recommends: ttf-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.
 root@ubuntu:~#

Anyone can help me how to solve th problem ?

1 Answers1

0

Well, since you have broken packages I would suggest you to use the following command:

sudo apt-get update -f

To fix any broken packages.

and install wine again

sudo apt-get install wine

And you didn't have to add a repository, since wine is listed by default, a regular sudo apt-get install wine would have been enough.

[EDIT]: wow the whole question just changed -.-

Dr_Bunsen
  • 4,783