PDA

View Full Version : messed up my java...PLZ HELP!!!


Ahslan
June 24th, 2007, 03:00 AM
when i was installing java, a screen came up for me to accept java's agreement, but i wasnt able to continue...i tried pressing enter and clicking the "ok" but nothing worked...so i closed the window...now when i try install it again, i get an error saying :
"E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
E: _cache->open() failed, please report."

and from the terminal i get:

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

Now i have no idea what to do? Can anyone PLZ HELP!!!

moredhel
June 24th, 2007, 10:36 AM
you should of pressed tab then spacebar to accept it.

simply type

dpkg --configure -a

into terminal, then try again.

Ahslan
June 24th, 2007, 10:50 AM
when i do that it says:
dpkg: requested operation requires superuser privilege

??? i am the only computer user...what do i do?

mux
June 24th, 2007, 10:59 AM
when i do that it says:
dpkg: requested operation requires superuser privilege

??? i am the only computer user...what do i do?

use sudo:

sudo dpkg --configure -a


hth