Orphaned packages I cannot get rid off

Hi!
I got several orphaned packages and cannot rid off them.

bus-sharp dbus-sharp-glib maliit-framework maliit-keyboard presage

More over, I’m getting the message that
maliit-keyboard is newer on my PC than in Arch pepo
It’s not a trouble, but irritation. Why do I have all these messages, what shall I do?

Why can’t you get rid of them?

Please share the full output of whatever command you are using to try to remove them.

Also, keep in mind there are two completely different kinds of “orphaned” packages. When an installed package is orphaned, it means that it was installed as a dependency and nothing that requires it is still installed.

When an AUR package is orphaned it means that it no longer has a maintainer.

[xxxxxx ~]$ sudo pacman -Syu && yay -Sua
[sudo] password for xxxxx:
:: Synchronising package databases…
endeavouros is up to date
core is up to date
extra is up to date
multilib is up to date
:: Starting full system upgrade…
there is nothing to do
:: Searching AUR for updates…
→ Orphan (unmaintained) AUR Packages: dbus-sharp dbus-sharp-glib maliit-framework maliit-keyboard presage
→ Flagged Out Of Date AUR Packages: microsoft-edge-stable-bin
→ maliit-keyboard: local (2.3.1-4) is newer than AUR (2.3.1-3)
there is nothing to do

I use EOS Welcome app to clean the system.

I fail to see any attempt to remove the package, you just did an upgrade.

They are not removed automatically, so I’m afraid removing them manually. Just don’t understand what they are all about. What is maliit-keyboard?

Packages are never removed automatically. You need to remove them manually.

maliit-keyboard is no longer needed.

{xxxx~]$ sudo pacman -Rns dbus-sharp dbus-sharp-glib
[sudo] password for xxxx:
checking dependencies…
:: cairo-dock-plug-ins-wayland-git optionally requires dbus-sharp-glib: Mono API

I use Cairo-dock. So I have to let dbus-sharp… stay in my system, right?

It looks like it is because you are using cairo-dock-plug-ins-wayland-git instead of cairo-dock-plug-ins

Wonderful the power you have in linux. You can do everything by your self…unlike windows :rofl:.

Most of the time it’s not “you can”, but rather “you have to”. Especially in Arch and its derivatives.