How to clear message after YAY, 'packages not in the AUR: grub2-theme-endeavouros'

So this has been showing up for a few months, I have just now gotten around to looking at it. Since this references Grub, I’m betting I just can’t delete it.

You can remove it if you want to. It is our old grub theme. If you remove it, you will also need to modify your /etc/default/grub and then run sudo grub-mkconfig -o /boot/grub/grub.cfg

You can also leave it. If you want to stop getting the message, add it to ignorePackage in /etc/pacman.conf

w eremove dthis package from repos some times ago because w edo not use it anymore for grub theming.
You can reove it but you should set a new theme for grub or remove the setting to enable theme in grub config.

edit /etc/default/grub :

#GRUB_THEME="/boot/grub/themes/EndeavourOS/theme.txt"

Update grub :

sudo grub-mkconfig -o /boot/grub/grub.cfg

same time posting … not the first time :wink:

O.K. cool. One more questiion, on a different machine I’m getting a similar message about ‘python-pyparted’. Same thing ignore or what?

That is a different message. That is letting you know it has been “marked out of date”. That means that a user flagged it for update but the maintainer hasn’t updated it yet.

Yeah, hasn’t been updated for months. I was wondering what package needed it as a dependency. Is there a way to find that out?

pactree -r python-pyparted

Many thanks to all, for the assist.

Now you could mark the solution to your problem as such. It would help future assistance…

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.