You are not logged in.
Is there an easy way to do this with pacman? Lights went out and I can't identify three libraries linked at lost+found.
Thank you!
Offline
If everything you've installed is from a repo, this will do it:
pacman -S $(pacman -Q | cut -d " " -f 1 | tr "n" " ")
If you have installed anything locally, it will abort on each one:
foo-pkg: not found in sync db
so you'll need to remove them from the list and reinstall them separately.
I expect someone else will be along shortly with a smarter solution.
Offline
Yeah, it works. I owe you a beer, cola or whatever ; )
Thank you!
Offline