LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   I go to Synaptic Pakage Manager and I get this error message every time: (https://www.linuxquestions.org/questions/linux-newbie-8/i-go-to-synaptic-pakage-manager-and-i-get-this-error-message-every-time-685470/)

porkgrinder1976 11-22-2008 09:58 PM

I go to Synaptic Pakage Manager and I get this error message every time:
 
E:dpkg was interrupted, you must manully run 'dpkg --configure-a' to correct problem.
E:cache->open()failed,please report.
What do I do to fix this problem and how. I am a new person to linux. Please direct me and what steps to take. I am using UBUNTU 8.04 L.T.S. Thank you.

rjlee 11-22-2008 10:17 PM

Something killed the package manager while it was configuring the programs that it had installed.
This is most likely a power cut while it was running, but could also be caused by the computer running out of memory.

To fix the problem, the suggested solution is to tell the package manager to re-configure all installed programs. The easiest way to do this is to open a terminal (Applications->Accessories->Terminal) and then, in the terminal window, type this command:
Code:

sudo dpkg --configure -a
You need to start the command with sudo in order to get administrator rights to reconfigure the software on your computer. You will be asked for your login password (unless you've entered it into another sudo command recently).

It will take some time to complete and will produce some output to the terminal. When it's done you will be presented with a terminal prompt (should end in a $ sign before the cursor), and either a message indicating that it completed or possibly an error message. If you get an error, then please come back and tell us what the error is. In any case, try Synaptic after you run that and see if it works.

Hope that helps,

—Robert J Lee

porkgrinder1976 11-22-2008 10:52 PM

I get this:
acidbase must have a database installed and ↑
│ configured before it can be used. If you like, ▮
│ this can be handled with dbconfig-common. ▒
│ ▒
│ If you are an advanced database administrator ▒
│ and know that you want to perform this ▒
│ configuration manually, or if your database has ▒
│ already been installed and configured, you ▒
│ should refuse this option. Details on what ↓

│ <Ok>


All times are GMT -5. The time now is 10:33 AM.