← Back to team overview

ubuntuforums-unanswered team mailing list archive

Re: [Question #78363]: "sudo dpkg --configure -a"

 

Question #78363 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/78363

    Status: Open => Answered

marcobra (Marco Braida) proposed the following answer:
You strictly need to 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.
-------------------------------------------------------------------

But to fully check and upgrade your system using terminal using command line,
open a Terminal from the menu Applications->Accessories->Terminal and type:

sudo dpkg --configure -a
sudo apt-get -f install
sudo apt-get --fix-missing install
sudo apt-get clean all
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get clean all
sudo apt-get autoremove

then please reboot your system, type

sudo reboot

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

Hope this helps

-- 
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.