Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
80
rated 0 times [  80] [ 0]  / answers: 1 / hits: 100838  / 3 Years ago, thu, november 18, 2021, 1:15:36

I had a bunch of errors in the output of sudo apt-get update: duplicate entries and 404 not found errors.



Figured those out, I hope: I removed PPAs that didn't have any packages associated with them, then I removed out a duplicate entry in /etc/apt/sources.list.



It seems I have royally buggered it up. Now most of the lines say Ign when I do sudo apt-get update.



How do I go about straightening out what I have screwed up? I need to get rid of these Igns that are all over the place. There are about 50% (eyeball guess) Igns!


More From » apt

 Answers
0

When you use apt-get update it verifies if the same update indexes need downloading, if not it does not download the same updated indexes again.




  • Hit means apt checked the timestamps on package list, those match and there are no changes.


  • Ign means there are no changes in the pdiff index file, it wont bother downloading it again.


  • Get means apt checked the timestamps on package list, there were changes and will be downloaded.




Nothing to be scared of, it just means there is no need to download updated indexes again, the ones you have are current.


[#31232] Friday, November 19, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
icielight

Total Points: 158
Total Questions: 92
Total Answers: 93

Location: San Marino
Member since Thu, Jun 30, 2022
2 Years ago
icielight questions
;