You are not logged in.
Pages: 1
Hi
I am getting a new system (intel atom) and I want to use my current arch install. However I have compiled probably about 75% of all the package on my system with some specific make flags for my processor.
So how can I go about reinstalling every package on my system with the one that arch provides?
Offline
I had to do this once and found this post http://bbs.archlinux.org/viewtopic.php?id=47608
I think i used the last command pacman -S $(pacman -Qq | grep -v "$(pacman -Qmq)")
edit, wasn't that topic it was an older one i remember using a command that allan posted that worked, not sure if its the same as that one.
Last edited by droog (2008-06-12 22:58:10)
Offline
Thats the one you want to go with... my version just piped thinks to temporary files.
Offline
You can try pacbuilder: http://bbs.archlinux.org/viewtopic.php?id=48957![]()
Offline
Pages: 1