I could use some help in figuring out why the Upgrade button on the software updater doesn't do anything. I did some googling and answers were that I had updates that weren't installed. So, I sudo apt-get update && sudo apt-get upgrade
. It says that there was 1 not upgraded. I'm pretty sure that sudo apt-get --upgradeable -a
would list the package that needs to be updated and it showed:
nick@nick-HP-Pavilion-Laptop-15-cs0xxx:~$ apt list --upgradable -a Listing... Done calendar-indicator/bionic,bionic 0.4.0-0extras19.04.1 all [upgradable from: 0.3.4-0extras15.10.0] calendar-indicator/now 0.3.4-0extras15.10.0 all [installed,upgradable to: 0.4.0-0extras19.04.1]
So am I on the right path here? Is the calendar-indicator the stuck package? How would I go about getting it to update so I can upgrade to 20.04 via the software updater?
Thanks in advance.