On 07/21/2012 11:24 AM, Tom Gundersen wrote:
On Sat, Jul 21, 2012 at 4:57 PM, D. R. Evans <doc.evans@xxxxxxxxx> wrote:I *think* that this means that in fact glibc owns all the files.It means that no other package owns any files. It might still be that there are files in /lib that are not owned by any package. pacman -Qo /lib/* should tell you (or simply "ls /lib" and compare with the list you pasted in your previous email). -t
find /lib -exec pacman -Qo -- {} + 2>&1 | grep 'No package'