You are not logged in.
I would like to know which package is containing the file 'glxgears'.
But as I am often in the situation that I know the name of a file I need, but not which package it belongs to, I would rather like to know how to find this out with pacman or some other tool. On Debian I would use apt-file.
I skim read the wiki page for pacman but did not find the right command there.
Offline
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
Thanks for the link. But that is pretty disappointing. So how am I supposed to find out what package glxgears belongs to?
Offline
/usr/bin/glxgears is owned by mesa 7.0.1-1
Offline
/usr/bin/glxgears is owned by mesa 7.0.1-1
Thanks!
Offline