Yesterday, 07:27 AM
i have started geting notification that i have 100+ updates lined up but when i go install it it tells me its up to date. Is it just visual bug or am i missing updates ?
sudo apt updateQuote:xxx packages can be upgraded.Please report back how many packages are listed.
Quote:when i go install it it tells me its up to dateconfirm exactly what you do to get this screen.
sudo apt-get update | tee ~/"$(date +"%Y_%m_%d_%T")-apt-get-update.txt"sudo apt-get upgrade | tee ~/"$(date +"%Y_%m_%d_%T")-apt-get-upgrade.txt"(Yesterday, 11:50 AM)stevef Wrote: [ -> ]Ok, so the reported requirement to update is genuine. As you were upgrading ok earlier it sounds like a possible issue has developed on your system with the GUI process to action the upgrade.
You aren't doing anything unusual and further investigation would need someone with more experience on what the GUI process does.
My suggestion at this point would be to try an update/upgrade from the terminal. It might show an error which will give a bit more insight.
If you want to try this, I would first use the System Restore Utility (timeshift) to make a snapshot of your current set up.
Then open a terminal as before and run these commands. Enter your password if asked and respond to the prompts.
The first command checks for updates while the second implements the upgrade. Each command also copies the screen output to a couple of dated text files which will be saved in your home directory.
Code:sudo apt-get update | tee ~/"$(date +"%Y_%m_%d_%T")-apt-get-update.txt"Code:sudo apt-get upgrade | tee ~/"$(date +"%Y_%m_%d_%T")-apt-get-upgrade.txt"
Once the commands have run, review the text files, post the results back please.
Note that the 'apt-get' command is limited to existing packages - it won't install new kernels or new packages so we will have to check those later.
(Yesterday, 02:31 PM)stevef Wrote: [ -> ]Ok, perhaps the original dependency issue which recommended the 'fix-broken' action was affecting the GUI.
Did you use 'apt' or 'apt-get' ? You've haven't shown the output so it is all a bit of a guess. It is possible the 9 packages still need upgrading if you used apt-get.
Try running the GUI version of the update/upgrade and report back.
(Yesterday, 04:21 PM)stevef Wrote: [ -> ]I'm a bit confused - is it all working ok ?
Not sure what the 'http://prerelease.keybase.io/deb stable' line is.