← Back to team overview

ubuntuforums-unanswered team mailing list archive

Re: [Question #78540]: how do i instal blocked updates

 

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

    Status: Open => Answered

marcobra (Marco Braida) proposed the following answer:
Open a Terminal from the menu Applications->Accessories->Terminal 
to have the terminal window always on top please right click on the terminal window top title and select "Always on Top" 
then type or better copy from here and paste into terminal the rows below:
copy and paste only one row a time then press enter.

sudo dpkg --configure -a

(the system ask you a password: give your user password, you will not
see nothing when you type it, then press enter)

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

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.