0

I am using Ubuntu 18.04 (Bionic Beaver). When I launch software updater from the launcher it does not connect to the server to download updates. It always posts "Try again." I always check network settings & I am connected. If I click ok after and try it again, it downloads the updates - so how do I fix this issue? I have tried to delete it just to reinstall it but no luck

David
  • 3,487

1 Answers1

0

Read this thread in case, this worked for other people...

I resume it for you:

try this...

sudo rm -rvf /var/lib/apt/lists/* 

sudo apt update

sudo apt upgrade

And then you can reboot your computer, the message you should take back from software updater is your software is already updated.

Hope it helps...

ft18
  • 451