PDA

View Full Version : [ubuntu] Wine problems



Mr Nemo
November 25th, 2009, 09:12 AM
I'm having a problem installing wine. I was messing around with it and probably did something. It says that the packages are broken when I try to install it.

rabidityfactor
November 25th, 2009, 10:08 AM
try
sudo dpkg --configure -a and then installing

Mr Nemo
November 25th, 2009, 10:26 AM
try
sudo dpkg --configure -a and then installing

Holy hell, I've been having so much trouble with this. Thank you so much rabidityfactor. Could you please explain to me exactly what that command did?

Rserit
November 25th, 2009, 11:21 AM
I was having the same problem. Thanks bro

rabidityfactor
November 26th, 2009, 06:29 AM
Holy hell, I've been having so much trouble with this. Thank you so much rabidityfactor. Could you please explain to me exactly what that command did?
I'm glad I could help. Well.. It basically reconfigures all the packages. Some errors might have occured in the configuration of packages due to installation interrupts etc. This command corrects them.
This is what I think it does. I could be wrong.