This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

How to remove duplicate entries in source list?

nonso392

Tue Aug 11, 2015 6:40:50 am

When using terminal I have been getting a comment at the bottom of the page "you may want to run an apt-get update to correct these problems". I believe it may be duplicate entries in the source list, how can I correct this?

Thanks in advance!

T

Swarfendor437

Tue Aug 11, 2015 10:17:56 am

OK, first place to check is Software Update Manager, then click on the Settings button - you will be asked for your login password before it will run.

Then click on the 'Sources tab' (second tab - may have got the name wrong - if there are any with the same name (common one is Security) uncheck duplicate ones and uncheck any that have (source) in brackets next to them.

Then click on OK and let the update manager reload. You may then want to run:

Code:
sudo apt-get update && sudo apt-get dist-upgrade
from a Terminal window.

If you are Running Zorin 9, access the Terminal from the Menu | Accessories | Terminal

If yu are Running Zorin 10, access the Terminal from the Menu | System Tools | Terminal :D

Wolfman

Thu Aug 13, 2015 6:26:29 am

Hi,

run this terminal command (Ctrl + Alt + t):

Code:
sudo rm -r /var/lib/apt/lists/*


See also:

viewtopic.php?f=5&t=2247