aconfmgr icon indicating copy to clipboard operation
aconfmgr copied to clipboard

Unrequired packages with dependency cycle not detected

Open Anarky opened this issue 5 years ago • 1 comments

Hello, on my system there is phonon-qt4 and phonon-qt4-vlc installed a long time ago as dependencies. There are not needed anymore but they depend on each-other.

aconfmgr doesn't list them for deletion; this issue might come from pacman because pacman -Qqtd doesn't list them too.

Anarky avatar Apr 22 '20 12:04 Anarky

Good observation.

aconfmgr uses the method described here: https://wiki.archlinux.org/index.php/Pacman/Tips_and_tricks#Removing_unused_packages_(orphans)

I think the best way to fix this would be in pacman, lest aconfmgr need walk the entire package graph by itself (starting with pinned packages) to figure out the true set of orphans.

CyberShadow avatar Apr 23 '20 02:04 CyberShadow