-2

when i type the command sudo apt-get update it gives me results saying "Some index files failed to download. They have been ignored, or old ones used instead." this is the exact response i'm getting pliz help me guys

3 Answers3

0

Simply run the following commands in the given order:

sudo apt-get autoclean
sudo apt-get clean
sudo apt-get update --fix-missing

If you still have errors, try running these commands with a better Internet connection. Sometimes, on a slow connection the packages fails to download properly.

-2

Most likely its a problem with a cached package! Try to run

apt-get update && apt get clean && apt-get check

(You need to run this as root) This command updates your local package list, cleans the package cache, and checks for missing dependencies.

This command solves most problems with apt-get.

amc
  • 7,142
-2
  1. Launch the Software Updater. Press the Superkey (Windows key) to launch the Dash and search for Update Manager.
  2. Check for updates. Select the tab called "Updates". ...
  3. Install the upgrade.

Photo like this:

enter image description here