ubuntuforums-unanswered team mailing list archive
-
ubuntuforums-unanswered team
-
Mailing list archive
-
Message #07994
Re: [Question #78331]: Cannot install UPDATE MANAGER
Question #78331 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/78331
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 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.