Yay issues

Good enough.

Absolutely. This happens infrequently, for any number of reasons. At one point, though, these packages were most likely a dependency (build or runtime) of another package that’s no longer installed.

Yeah I remember it happening with the maliit virtual keyboard not too long ago.

This is a bit different in that the package still exists in a different form. I expect on new ISOs the older litehtml package wont ever be installed.

I wonder where @Jim 's python-pkg_resources came from though. I don’t have that installed.

This link pretty much sums it up:

@ajgringo619 Thanks for all your help in this thread!

Hard to give a definite answer here because there are so many on this forum alone… Many wrote scripts to check if you were affected when like the first wave of attacks happened, here are some threads

This project is still in beta, but probably more interesting for all the things it can check

If you run pacman -Qm it will show you any apps that are not currently in the official repos which includes ones from the AUR.

It also includes official packages that have been removed from the repos though so it doesn’t necessarily mean it came from the AUR.

Either should warrant your attention though.

Another reason for this error message could be a previously used repo, like Chaotic-AUR, another distro’s repo, or installing a package using `.zst` file.

I got the message today when updating and removed both python-pkg_resources and litehtml0.9 using

yay -Rs python-pkg_resources litehtml0.9

(after checking, of course).

Also updated @cscs’s wonderful maclean script from his GitLab (now has --version, hooray!) and did some further cleanup.

No adverse effects so far.

Thanks, I will check it out.:+1:

I just used the pacman -Qm command and it looks like I have some packages that were once in the Arch extra repository but now have been moved to the AUR.

Thanks!