2

I have attempted to upgrade my ubuntu system from 18.10 to version 19.04 after being prompted by the system updater.

Image of update prompt

I clicked upgrade button, and the screen disappeared and my system did not update.

I have even attempted the command line way of solving this after searching google but that also didn't work. Just not sure how I can upgrade because I have tried numerous times and it still hasn't upgraded.

papanito
  • 315

1 Answers1

0

I believe I figured it out. I was doing sudo apt-get upgrade and a certain package was not being upgraded. So what I did was tried to specifically target that package with sudo apt-get install libodbc1 and it upgraded it, then I went sudo do-release-upgrade and I think its working.