You are not logged in.

#1 2011-02-28 05:55:05

dlin
Member
From: Taipei,Taiwan
Registered: 2005-09-21
Posts: 265

[Solved] How to reduce "Pacman -Qe" result by dependency?

I know "Pacman -Qe" will list which all package I explict installed.
But, I want to reduce the result by dependency.
For example:
If I've install xpdf & xpdf-Chinese.  I want to reduce the report to xpdf-Chinese.
Because there is a dependency of xpdf in xpdf-Chinese.

Ans: pacman -Qt

Thank you, it works.

Last edited by dlin (2011-02-28 14:03:00)


Running 4 ArchLinux including sh4twbox,server,notebook,desktop. my AUR packages

Offline

#2 2011-02-28 06:06:50

thestinger
Package Maintainer (PM)
From: Toronto, Canada
Registered: 2010-01-23
Posts: 478

Re: [Solved] How to reduce "Pacman -Qe" result by dependency?

I think this is what you want:

       -t, --unrequired
           Restrict or filter output to packages not required by any currently installed package.

Offline

Board footer

Powered by FluxBB