ubuntuforums-unanswered team mailing list archive
-
ubuntuforums-unanswered team
-
Mailing list archive
-
Message #10503
Re: [Question #79005]: error doing apt-get update
Question #79005 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/79005
Status: Open => Answered
marcobra (Marco Braida) proposed the following answer:
Open a Terminal from the menu Applications → Accessories → Terminal and type:
(if the system ask you a password give your user password, you will not see nothing when you type it, then press enter)
To add your keys, please type or copy and paste this row then press
enter:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com
40976EAF437D05B5
Then type: (when 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
then to update and upgrade and also check pending or missing packages,
still using terminal type:
sudo apt-get -f install
sudo apt-get --fix-missing install
sudo apt-get clean
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get clean
sudo apt-get autoremove
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.