You are not logged in.

#1 2010-10-29 09:55:28

Mr. Alex
Member
Registered: 2010-08-26
Posts: 623

Is a package group fully installed or not

How do I figure out - does some package group have all the packages installed or not? For example are all the packages of "kde" group installed in my system?

Last edited by Mr. Alex (2010-10-30 07:28:34)

Offline

#2 2010-10-29 10:08:56

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: Is a package group fully installed or not

Use comm:

comm -23 <(pacman -Sgq kde | sort) <(pacman -Qgq kde | sort)

That lists packages, if any, not installed from the group 'kde'.

Last edited by falconindy (2010-10-29 10:09:27)

Offline

#3 2010-10-29 11:22:01

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

Re: Is a package group fully installed or not

pacman -S --needed <group>

Offline

Board footer

Powered by FluxBB