Friday, April 10, 2009

Installation Problem in UBUNTU





After installing Ubuntu, i was installing system application
jre-1_6_0_02-linux-i586-rpm.bin. Every thing was going right
suddenly a message of service agreement appeared and the
installation was stopped. I closed the terminal and tried to reinstall
the application. Then i received the message,

"E: dpkg was interrupted, you must manually run
'dpkg --configure -a' to correct the problem."

I couldn't install anything through my terminal or my synaptic manager.
Then i found the solution of this problem.

Solution:

On terminal, execute the following commands:

sudo dpkg --configure -a
sudo dpkg --update -a


No comments: