You are not logged in.

#1 2010-10-09 08:40:03

TheStatsMan
Member
Registered: 2010-06-13
Posts: 17

Installing list of packages using pacman [SOLVED]

KDE4.5.2 continually crashes on my laptop, works fine on my desktop and is basically unuseable. I want to downgrade to 4.5.1.  From what I understand from the ArchWiki I need to do this using pacman -U packagename. I can get a list of package names by going to /var/cache/pacman/pkg and typing ls *kde* | grep 4.5.1 . This however gives me a massive list. Is there an inteligent way I can run pacman -U on this whole list?

Thanks in advance for any help.

Last edited by TheStatsMan (2010-10-09 10:24:20)

Offline

#2 2010-10-09 08:41:34

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,392
Website

Re: Installing list of packages using pacman [SOLVED]

ls *kde* | grep 4.5.1 | xargs pacman -U

Offline

#3 2010-10-09 10:24:00

TheStatsMan
Member
Registered: 2010-06-13
Posts: 17

Re: Installing list of packages using pacman [SOLVED]

Thanks, that did the trick.

Offline

Board footer

Powered by FluxBB