VOOZH about

URL: https://itsfoss.com/solve-ubuntu-error-failed-to-download-repository-information-check-your-internet-connection/

⇱ Solve Ubuntu Error: Failed to download repository information Check your Internet connection


👁 Ghostboard pixel

Solve Ubuntu Error: Failed to download repository information Check your Internet connection

Abhishek Prakash
1 min read

One of the most common error one faces while updating Ubuntu, either through Software Updater or in Terminal, is Failed to download repository information Check your Internet connection.” 

However, this is a generic error shown for any kind of Ubuntu update error. What you need to know is exactly what’s wrong with it. And for that, you’ll have to use the terminal.

Open the terminal application and use the following command:

sudo apt-get update

There will be a huge output. Don’t worry about that. Once the command finishes running, carefully look at the last two or three lines. This is where you’ll find the exact error.

W:Failed to fetch bzip2:/var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_oneiric_restricted_binary-i386_Packages Hash Sum mismatch
W:Failed to fetch bzip2:/var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_oneiric_multiverse_binary-i386_Packages Hash Sum mismatch
E:Some index files failed to download. They have been ignored, or old ones used instead

As you can see, the error is “Hash Sum Mismatch”. If you don’t see this error, try this tutorial to fix ‘failed to download repository information‘ error.

The one shot solution to this problem which has always worked for me is to run the following commands in terminal:

sudo rm -rf /var/lib/apt/lists/* 
sudo apt-get update

I hope this quick tip helps you as well.

About the author

Abhishek Prakash

Created It's FOSS 13 years ago to share my Linux adventures. Have a Master's degree in Engineering and years of IT industry experience. Huge fan of Agatha Christie detective mysteries 🕵️‍♂️

Read next

Things You Should Know About Ubuntu 26.04

After a Long Time, Ubuntu Shows Some Respect to Deb Packages

Itching to Try the Hot COSMIC DE on Ubuntu Linux? Here's an Easy Way

7 Projects Killed by Ubuntu (But I Still Miss Them)

Ubuntu Will Soon Make AMD GPUs Much Easier to Use for AI Workloads

Become a Better Linux User

With the FOSS Weekly Newsletter, you learn useful Linux tips, discover applications, explore new distros and stay updated with the latest from Linux world

👁 itsfoss happy penguin