Pacman -Qmq

I have a message about a package not in aur during update, yet it is installed on my system. When i run pacman -Qmq it shows 2 applications that are not in the aur anymore. I am not sure if my system is using them or if they can be safely removed.

[michel@michel-crosshair15b12ugsz ~]$ pacman -Qmq
accounts-qml-module
libntfs-3g

https://archlinux.org/packages/extra/x86_64/accounts-qml-module/

These may have been dependencies of other packages that no longer need them.

You can make sure with pactree -r libntfs-3g to see if there is something in your system still depending on them. Most probably not and you could remove them.

[michel@michel-crosshair15b12ugsz ~]$ pactree -r libntfs-3g
libntfs-3g
└─ntfs-3g

I wonder why this got flagged as removed from aur when i updated, it’s not even removed as @Schlaefer posted. accounts-qml-module is gone, that one i checked a week ago.

You said you used the testing repos in another thread, did you remove them from pacman.conf again? If so and using a pacman helper they afair usually referring to unavailable packages as removed from AUR.

Yeah removed them an hour ago. I will recheck.

Edit: Seems your right about the ntfs-3g, but accounts-qml-module is really gone from the aur.

[michel@michel-crosshair15b12ugsz ~]$ yay
:: Pakket-databases synchroniseren...
 endeavouros is bijgewerkt
 core is bijgewerkt
 extra is bijgewerkt
 multilib is bijgewerkt
:: Bezig met zoeken naar AUR-updates…
:: Bezig met zoeken naar updates in databanken…
 -> fontconfig: local (2:2.18.0-2) is newer than extra (2:2.17.1-1)
 -> lib32-fontconfig: local (2:2.18.0-2) is newer than multilib (2:2.17.1-1)
 -> lib32-llvm-libs: local (1:22.1.6-1) is newer than multilib (1:22.1.5-1)
 -> libvlc: local (3.0.23_2-1) is newer than extra (3.0.22-4)
 -> linux-api-headers: local (7.0-1) is newer than core (6.19-1)
 -> llvm-libs: local (22.1.6-1) is newer than extra (22.1.5-1)
 -> ntfs-3g: local (2026.2.25-1) is newer than extra (2022.10.3-2)
 -> vlc-plugin-a52dec: local (3.0.23_2-1) is newer than extra (3.0.22-4)
 -> vlc-plugin-alsa: local (3.0.23_2-1) is newer than extra (3.0.22-4)
 -> vlc-plugin-archive: local (3.0.23_2-1) is newer than extra (3.0.22-4)
 -> vlc-plugin-dav1d: local (3.0.23_2-1) is newer than extra (3.0.22-4)
 -> vlc-plugin-dbus: local (3.0.23_2-1) is newer than extra (3.0.22-4)
 -> vlc-plugin-dbus-screensaver: local (3.0.23_2-1) is newer than extra (3.0.22-4)
 -> vlc-plugin-faad2: local (3.0.23_2-1) is newer than extra (3.0.22-4)
 -> vlc-plugin-flac: local (3.0.23_2-1) is newer than extra (3.0.22-4)
 -> vlc-plugin-gnutls: local (3.0.23_2-1) is newer than extra (3.0.22-4)
 -> vlc-plugin-inflate: local (3.0.23_2-1) is newer than extra (3.0.22-4)
 -> vlc-plugin-journal: local (3.0.23_2-1) is newer than extra (3.0.22-4)
 -> vlc-plugin-jpeg: local (3.0.23_2-1) is newer than extra (3.0.22-4)
 -> vlc-plugin-matroska: local (3.0.23_2-1) is newer than extra (3.0.22-4)
 -> vlc-plugin-mpg123: local (3.0.23_2-1) is newer than extra (3.0.22-4)
 -> vlc-plugin-ogg: local (3.0.23_2-1) is newer than extra (3.0.22-4)
 -> vlc-plugin-opus: local (3.0.23_2-1) is newer than extra (3.0.22-4)
 -> vlc-plugin-png: local (3.0.23_2-1) is newer than extra (3.0.22-4)
 -> vlc-plugin-shout: local (3.0.23_2-1) is newer than extra (3.0.22-4)
 -> vlc-plugin-speex: local (3.0.23_2-1) is newer than extra (3.0.22-4)
 -> vlc-plugin-tag: local (3.0.23_2-1) is newer than extra (3.0.22-4)
 -> vlc-plugin-theora: local (3.0.23_2-1) is newer than extra (3.0.22-4)
 -> vlc-plugin-twolame: local (3.0.23_2-1) is newer than extra (3.0.22-4)
 -> vlc-plugin-vorbis: local (3.0.23_2-1) is newer than extra (3.0.22-4)
 -> vlc-plugin-vpx: local (3.0.23_2-1) is newer than extra (3.0.22-4)
 -> vlc-plugin-xml: local (3.0.23_2-1) is newer than extra (3.0.22-4)
 -> vlc-plugins-base: local (3.0.23_2-1) is newer than extra (3.0.22-4)
 -> Pakketten niet in AUR: accounts-qml-module  libntfs-3g
 Er is niets meer te doen

Yeah, after removing the testing repos do a yay -Suuy to downgrade all the testing packages (and reboot if necessary).

In testing ntfs-3g depends on the new libntfs-3g, so libntfs-3g is “hanging” at the moment. Arch probably split the lib into a separate package. Either uninstall it manually for now or wait until it moves from testing to release eventually.

More info about account-qml-module