how do you manually run synatic package manager

Asked by randy929rr

every time i try to open synaptic package manager it says Error you have to run it manually

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu yelp Edit question
Assignee:
No assignee Edit question
Solved by:
Jim Hutchinson
Solved:
Last query:
Last reply:
Revision history for this message
Thinboy00 (thinboy00) said :
#1

open a terminal (Applications->Accessories->Terminal) and type
gksudo synaptic
If this gives an error, please post the exact text of the error.

Revision history for this message
Thinboy00 (thinboy00) said :
#2

I forgot: you have to hit enter after typing a command into the terminal. It will ask for /your/ password in a dialog box.

Revision history for this message
Pierre Ferrari (piferrari) said :
#3

Hi,

To run manually synaptic, open a terminal (Accessories / Terminal).

$ sudo synaptic
[sudo] password for your_user:

(When you tapes your password root, it's normal to not see any characters)

But I think that the «Error» is not synaptic. If the error persists, try running the command

sudo aptitude update

Maybe you'll see a message more understandable

Revision history for this message
Tony Mugan (tmugan) said :
#4

Or to bypass synaptic altogether and get all the latest updates type

sudo apt-get update
sudo apt-get upgrade

Revision history for this message
randy929rr (fastblackrc51) said :
#5

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

Revision history for this message
Best Jim Hutchinson (jphutch) said :
#6

Open a terminal (apps-accessories) and type

sudo dpkg --configure -a

Enter your password when requested (nothing will show as you type it) and press enter.

Revision history for this message
Tony Mugan (tmugan) said :
#7

There was obviously some failure with an install somewhere along the line.

The commandline that your error has reported (as Jim has pointed out above) will cause that install to be re-run and, hopefully, rectified.
I recommend that you subsequently do the two lines I indicated above since it will get the latest updates for all your installed packages.

You should then be able to run Synaptic through the System, Administration menu.

Revision history for this message
randy929rr (fastblackrc51) said :
#8

Thanks Jim Hutchinson, that solved my question.