You are not logged in.

#1 2010-08-30 16:50:13

thiagoc
Member
From: Brazil
Registered: 2009-02-14
Posts: 33
Website

Search installed AUR packages

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; done

Offline

#2 2010-08-30 16:55:29

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Search installed AUR packages

'pacman -Qm' isn't enough?

Offline

#3 2010-08-30 16:57:45

thiagoc
Member
From: Brazil
Registered: 2009-02-14
Posts: 33
Website

Re: Search installed AUR packages

Haha

I knew that there should be a better way to do this...

Thanks karol smile

Offline

Board footer

Powered by FluxBB