← Back to team overview

ubuntuforums-unanswered team mailing list archive

Re: [Question #64265]: install error package from internet nad archive

 

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

marcobra (Marco Braida) proposed the following answer:
Or if the previous answer don't solve your issue please try this:

- Open a Terminal from the menu Applications→Accessories→Terminal

Useful Tip: 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 --clear-avail

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

sudo dpkg --configure -a
sudo aptitude install -f
sudo aptitude update
sudo aptitude upgrade
sudo apt-get autoremove

then if you want to 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.