Re: Duplicated sources?
Sorry to hear that.
If I were in this situation, this is what I would do. You have to decide if you want to do this. I don't believe it will do any harm.
Open a console. Type the following commands (best to copy and paste into the console so as to ensure no typos):
Assuming you receive no errors (you shouldn't), then type:
This time, you should not receive any warnings.
Sorry to hear that.
If I were in this situation, this is what I would do. You have to decide if you want to do this. I don't believe it will do any harm.
Open a console. Type the following commands (best to copy and paste into the console so as to ensure no typos):
Code:
sudo rm /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_hardy_multiverse_binary-amd64_Packages sudo rm /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_hardy_multiverse_i18n_Translation-en%5fGB
Code:
sudo apt-get update
Comment