Those all look to be for Plasma Mobile, so I would suggest “No” but with the comment that I’ve only checked some of those so far; these are seemingly absent altogether in the regular repos AND the AUR. Probably because these are intended for ARM architecture.
I’m checking the missing, rather than what it’s a dependency for, in this case. The latter do show up.
Not sure how they got installed, I have never used the AUR, I don’t think AUR support is even checked. I don’t even see where to enable it. I used pacman -Dkk. Plamsma-mobile & Plasma-dialer isn’t installed, didn’t check, but phonebook isn’t too I would think/
If you are 100% sure not to require the orphanes shown by “-Qdt” then you could remove them via
sudo pacman -Rns $(pacman -Qtdq)
If you never installed the packages via AUR shown by “-Qm” then most likely they are removed from Manjaro repos and could be deleted as well, here I would do it rather package by package
pacman -Dkk wouldnt show you things about your system.
They show the state of the packages in the repositories.
So all of that output is only really useful to the Manjaro Maintainers … In the case of current Unstable its all of this;
error: missing 'deepin-launchpad' dependency for 'deepin-dock'
error: missing 'deepin-session' dependency for 'deepin-session-shell'
error: missing 'java-runtime=19' dependency for 'java-atk-wrapper-openjdk'
error: missing 'modemmanager-qt5' dependency for 'plasma-dialer'
error: missing 'plasma-wayland-session' dependency for 'plasma-dialer'
error: missing 'modemmanager-qt5' dependency for 'plasma-mobile'
error: missing 'kpeople5' dependency for 'plasma-mobile'
error: missing 'plasma-wayland-session' dependency for 'plasma-mobile'
error: missing 'kpeople5' dependency for 'plasma-phonebook'
error: missing 'kpeoplevcard' dependency for 'plasma-phonebook'
error: missing 'modemmanager-qt5' dependency for 'spacebar'
error: missing 'qcoro-qt5' dependency for 'spacebar'
If you want to see the state of your system@Edward78 then you would run
pacman -Dk
And it should only spit out any missing dependencies you have … which should only be the case if you manually ran some sort of skip-dependencies-checks flag, like pacman -Rdd (which under normal circumstances it should not be used).