← Back to team overview

ubuntuforums-unanswered team mailing list archive

Re: [Question #77115]: Archive manager can't download updates

 

Question #77115 on update-manager in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/update-manager/+question/77115

    Status: Open => Answered

marcobra (Marco Braida) proposed the following answer:
A) 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.
-------------------------------------------------------------------

B) still using terminal type or better copy and paste the rows below,
please copy and paste one row a time then press enter:

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.