DIVYANUNU / midterm

0 stars 0 forks source link

21BCAD48 #24

Open 2108vijay opened 1 year ago

2108vijay commented 1 year ago
  1. I found the following issue while downloading ubuntu After I installed Ubuntu , I cannot update any software with the error message "failed to download package files". sudo apt-get update sudo apt-get upgrade

  2. I updated the Subiquity snap. Not only because we fix issues that cause failures over time but also because we’ve been working on features to make failure reporting easier. what to do?

talk2karthik commented 1 year ago

I had the same problem after upgradin from 13.10 to 14.04. It was fixed by running: sudo rm /var/lib/apt/lists/* -vf & sudo apt-get update?t=863742&s=98fd353f9d4215b805db121e7dbd2dd6&p=5415838#post5415838) – parvus

This is frustrating because the first time it happened I was watching the activity and I noticed a few packages had errors. But on subsequent times everything is cached so it pops up the error almost immediately without giving me any time to examine which packages actually failed!