I also was getting this. After trying various things to no avail, I realised that on that PC, I still had the "Ubuntu Software" app installed, not the new flutter-based "App Center". After some searching, I found the bug report below [1], and it appears to be related to this.
If you see the "Ubuntu Software" app installed, then it appears that you likely have the wrong version of the snap-store installed. You can check with:
Code:
$ snap info snap-store
[snip]
snap-id: gjf3IPXoRiipCu9K0kVu52f0H56fIksg
tracking: latest/stable
refresh-date: 2023-04-30
channels:
latest/stable: 41.3-71-g709398e 2023-04-28 (959) 12MB -
latest/candidate: 41.3-76-g2e8f3b0 2023-10-12 (1058) 12MB -
latest/beta: ↑
latest/edge: 0+git.3de38a7 2023-11-10 (1067) 10MB -
preview/stable: –
preview/candidate: 0.2.7-alpha 2023-02-02 (864) 10MB -
preview/beta: ↑
preview/edge: 0.3.0-alpha 2023-08-14 (1017) 11MB -
installed: 41.3-71-g709398e (959) 12MB -
Note the "tracking" entry. On another PC that had the App Centre installed:
Code:
$ snap info snap-store
[snip]
snap-id: gjf3IPXoRiipCu9K0kVu52f0H56fIksg
tracking: latest/stable/ubuntu-23.10
refresh-date: 33 days ago, at 12:36 BST
channels:
latest/stable: 41.3-71-g709398e 2023-04-28 (959) 12MB -
latest/candidate: 41.3-76-g2e8f3b0 2023-10-12 (1058) 12MB -
latest/beta: ↑
latest/edge: 0+git.3de38a7 2023-11-10 (1067) 10MB -
preview/stable: –
preview/candidate: 0.2.7-alpha 2023-02-02 (864) 10MB -
preview/beta: ↑
preview/edge: 0.3.0-alpha 2023-08-14 (1017) 11MB -
installed: 0+git.e118b05 (1046) 11MB -
I changed the snap-store on the affected PC to track channel latest/stable/ubuntu-23.10. The App Centre was now installed and this got rid of the repeated notification. It seems strange however that the installed version is not the version shown by latest/stable.
Code:
$ killall snap-store
$ sudo snap refresh snap-store --channel=latest/stable/ubuntu-23.10
I guess that means that all of the other snaps are tracking the wrong channel, though I haven't yet changed channel for the others. Someone in the bug report has asked that question, but received no answer.
[1] https://bugs.launchpad.net/ubuntu/+s...d/+bug/2036765
Bookmarks