Thanks for taking your time to report this issue and help making Ubuntu better.
As you say, it shouldn't need to check snaps if none exists. I took a quick look at the source code to see how it decides whether this is needed. The "Updating snaps" message is set in the update_snaps method [1], which is only called if "/usr/bin/snap" exists. With `snapd` purged, that should be gone, so I'm not sure why it is still checking. Could you please take a look to see what $ ls /usr/bin/snap reports, and if the file exists, run $ dpkg -S /usr/bin/snap (this will tell us which package owns the file) [1] https://git.launchpad.net/ubuntu/+source/update-manager/tree/UpdateManager/backend/__init__.py?h=applied/ubuntu/focal-updates#n265 [2] https://git.launchpad.net/ubuntu/+source/update-manager/tree/UpdateManager/backend/__init__.py?h=applied/ubuntu/focal-updates#n335 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1914640 Title: unneccessary message "Snaps werden aktualisiert" To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1914640/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
