Command Line Install problems
I tried to install wine 1.5 on my ubuntu 12.10 64 bit system. During the installation through the command line (I couldn't figure it out graphically), it froze on the accept microsoft installation system page and so I killed it. Ever since then, I can't install using the command line without being asked to use dpkg. Any way to fix this?
Re: Command Line Install problems
Try
Code:
sudo dpkg --configure -a
When the ncurses screen comes up, use Tab to highlight 'Ok' and press Enter.
Re: Command Line Install problems
Thanks for the help. I feel kind of dumb now as that was what bash kept on saying to do.