On Fri, Jan 21, 2011 at 3:56 PM, Mohit Singh <[email protected]> wrote:

> Dear FOSSouls,
>
>
> Is there any tool which can show the component wise summary of the
> basic GNU/Linux Userland which comes with a typical distro now-a-days?
>
> I need output like -
>
> Component        Software Name/Package Name
> -----------------       ----------------------------------------------
> Xterminal           Konsole
>
>
> this is how did it on fedora

#yum list > packages
#gawk '{print $1}' < packages > pack1
#yum info < pack1

this may not be the most efficient , the above is for all the packages , i
can choose based on grouplist too , you can further play around with
formatting the way you like it.

-Satya
satyaakam.net

-- 
LUG@IITD - http://tinyurl.com/ycueutm

Reply via email to