PDA

View Full Version : [ubuntu] synaptic Package Manger error



Kataplun
November 25th, 2008, 02:24 AM
Hello peeps, im new to the ubuntu scene havent been in it for long but im triying to run .rmvd files, i found some easy instructions that recommend the installation of the Mplayer but its not happening, im getting the following error.

E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
E: _cache->open() failed, please report.

The error keeps poping up when i open the synaptic package manager

any ideas ?

sisco311
November 25th, 2008, 02:30 AM
open a terminal(Applications -> Accessories -> Terminal)
and type(or copy/paste):

sudo dpkg --configure -a
press Enter, input your password and press Enter again.
(there is no visual feedback when you type your password)

jemate18
November 25th, 2008, 03:28 AM
Hello peeps, im new to the ubuntu scene havent been in it for long but im triying to run .rmvd files, i found some easy instructions that recommend the installation of the Mplayer but its not happening, im getting the following error.

E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
E: _cache->open() failed, please report.

The error keeps poping up when i open the synaptic package manager

any ideas ?

after

sudo dpkg --configure -a

try

sudo apt-get update

and

sudo apt-get install mplayer

Kataplun
November 25th, 2008, 04:02 AM
you guys rock! thx bros

sisco311
November 25th, 2008, 01:11 PM
you're welcome.

Please mark the thread solved by selecting
Mark this thread as solved from the Thread Tools.