On my notebook I get A message to run 'dpkg-- configuire-a' how do I do it?

Asked by Lenward Statham

I can't seem to find a way to run this 'dpkg-- configuire-a'. Can you let me know how to do this?

Revision history for this message
Best Vojtěch Trefný (vojtech.trefny) said :
#1

Applications→Accesories→Terminal→ use command "sudo dpkg-- configuire-a" (without quotation marks).

Revision history for this message
Vojtěch Trefný (vojtech.trefny) said :
#2

Vojtěch Trefný suggests this article as an answer to your question:
FAQ #52: “Can't install new software and updates”.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#3

Please open a Terminal from the menu Applications->Accessories->Terminal and type:

sudo dpkg --configure -a

give your user password when requested, you don't see nothing when you type it, then press enter.

Then to upgrade from terminal:

sudo apt-get -f install
sudo apt-get update
sudo apt-get upgrade

Hope this helps

Revision history for this message
Lenward Statham (largeca) said :
#4

Thanks Vojtěch Trefný, that solved my question.