Ubuntu 18.04.1, Gnome Shell 3.28.1, Ubuntu Software 3.28.1, on an x86_64 architecture computer.
Recently I began having this problem:
Ubuntu Software presents desktop notifications saying that various software packages have updates available. I start Ubuntu Software, go to the "Updates" tab, and see all the packages to update with "Update" buttons next to them. For every single one, when I click on the "Update" button, I get an error message of this format:
Unable to update xxxxx: Could not find update for 'xxx/xxx.xxx.xxx.xxx/x86_64/stable'
where "xxx" represents some text.
(I attached a screenshot of a typical message to this posting for a software package called "Cozy".)
After I dismiss this message, the application disappears from the list of packages to update. Eventually, I go through them all, and then Ubuntu Software says "Software is up to date".
I have no idea whether or not the packages actually updated correctly.
What does this message mean, and what should I be doing to fix whatever is wrong?
terminal
, trysudo apt update
, then retry Software Center. Report back to @heynnema – heynnema Feb 12 '19 at 15:29sudo apt update
and thensudo apt upgrade
. Then retry Software Center. Report back to @heynnema – heynnema Feb 13 '19 at 05:28sudo apt
... notsudo apt-get
, correct? – heynnema Feb 20 '19 at 17:36Synaptic
and do a reload there? – heynnema Feb 20 '19 at 21:11The error messages never appeared from simply "loading" or "reloading" the "Updates" tab. Rather, they appeared when I would click on each packages "Update" button. And Yes, I am still getting the same error messages when I click on the package's "Update" button.
Regarding Synaptic: I have since noticed that I have this problem only with Flatpak packages (as I mentioned earlier), so I don't think Synaptic will help in this case - will it? But anyway - reloading in Synaptic yielded no error messages.
– dln949 Feb 21 '19 at 04:04