You are not logged in.

#1 2013-01-31 20:45:01

btorb
Member
Registered: 2012-08-06
Posts: 28

[solved] A potential issue with the upgrade on x86_64

I have a x86_64 system and *a lot* of packages are in there. Is there a quick routine to re-install all packages on my computer? I guess that's much faster / safer than trying to do it by hand. I tried a few queries with pacman but didn't find the right command to list all x86_64 packages. Any suggestion?

Last edited by btorb (2013-02-01 14:25:59)

Offline

#2 2013-01-31 21:10:56

Strike0
Member
From: Germany
Registered: 2011-09-05
Posts: 1,429

Re: [solved] A potential issue with the upgrade on x86_64

Offline

#3 2013-02-01 14:25:40

btorb
Member
Registered: 2012-08-06
Posts: 28

Re: [solved] A potential issue with the upgrade on x86_64

thanks, the following command did the trick:

sudo comm -23 <(pacman -Qeq|sort) <(pacman -Qmq|sort) | pacman -S -

Offline

Board footer

Powered by FluxBB