Results 1 to 10 of 11
~$ sudo apt-get install wine
[sudo] password for ivan:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that ...
- 11-27-2009 #1Just Joined!
- Join Date
- Nov 2009
- Posts
- 6
Can't instal whine
~$ sudo apt-get install wine
[sudo] password for ivan:
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
here's what it says.. so what i need to instal to make wine work.
- 11-27-2009 #2
Try doing a update first:
Code:sudo apt-get update && sudo apt-get install wine
Linux User #453176
- 11-27-2009 #3Just Joined!
- Join Date
- Nov 2009
- Posts
- 6
same message again..
- 11-27-2009 #4
What version of Ubuntu are you using?
Linux User #453176
- 11-27-2009 #5Just Joined!
- Join Date
- Nov 2009
- Posts
- 6
You are using Ubuntu 9.10
- the Karmic Koala - released in October 2009 and supported until April 2011.
- 11-27-2009 #6
That's the latest version and installing wine works fine for me:
What is the output of:
Code:apt-cache search wine1.2
Linux User #453176
- 11-27-2009 #7Just Joined!
- Join Date
- Nov 2009
- Posts
- 6
wine1.2-gecko - Microsoft Windows Compatibility Layer (Web Browser)
wine1.2 - Microsoft Windows Compatibility Layer (Binary Emulator and Library)
wine1.2-dbg - Microsoft Windows Compatibility Layer (debugging symbols)
wine1.2-dev - Microsoft Windows Compatibility Layer (Development files)
ivan@ivan-laptop:~$
- 11-27-2009 #8
Okay wine1.2 is in your repository so I wonder why it's not installing it? How about:
Code:sudo apt-get install wine1.2
Linux User #453176
- 11-27-2009 #9Just Joined!
- Join Date
- Nov 2009
- Posts
- 6
something's definetely hapenning xD
takes some time.
- 11-27-2009 #10Just Joined!
- Join Date
- Nov 2009
- Posts
- 6
it's installed.. thx.. is there anything else i should do for it to work.. or it's over now..
how i run things on it?


Reply With Quote