[SOLVED] pacman CLI to clean up leftover files 06 June 2023, 02:06:00 How is the pacman CLI to clean up ones in /usr/libCode: [Select]$ sudo pacman -Qo libLLVM-15.soerror: No package owns libLLVM-15.so$ sudo pacman -Qo libLTO.so.15error: No package owns libLTO.so.15After some pacman -R doings ? Last Edit: 27 June 2023, 11:57:58 by Hitman
Re: pacman CLI to clean up useless ones Reply #1 – 06 June 2023, 10:45:47 pacman -Rns can do uninstalls more cleanly, but to my knowledge there is no direct solution to handle these occurances.pacutils provides pacreport --unowned-files on post-uninstall for example.