You are not logged in.
I don't find any other way to do this, so I'm posting this simple script I made to do that.
pacman -Q | while read LINE; do pkg=${LINE/ */}; pacman -Si $pkg &>/dev/null || echo $pkg; doneOffline
'pacman -Qm' isn't enough?
Offline
Haha
I knew that there should be a better way to do this...
Thanks karol ![]()
Offline