Am 18.01.2015 um 20:31 schrieb Ralf Mardorf: > I would ignore "0 missing files" to stay on top of things. > > sudo pacman -Qk | grep -v "0 missing files" If you don't use english as your system language you should use the following or the grep misses the localized output: sudo LANG=C pacman -Qk | grep -v "0 missing files" Uwe