Tatva-Artha

meaning of "it"

Centos: querying installed packages and versions

without comments

Here is a command that lists all packages installed on centos (or any linux using yum package management system):

rpm -qa --qf="%{n}-%{v}-%{r}.%{arch}\n"

The beauty about this protocol is the output is formatted to display version architecture stuff in one line – great for grepping…

http://www.tatvartha.com/wp-content/plugins/sociofluid/images/digg_16.png http://www.tatvartha.com/wp-content/plugins/sociofluid/images/reddit_16.png http://www.tatvartha.com/wp-content/plugins/sociofluid/images/stumbleupon_16.png http://www.tatvartha.com/wp-content/plugins/sociofluid/images/delicious_16.png http://www.tatvartha.com/wp-content/plugins/sociofluid/images/google_16.png http://www.tatvartha.com/wp-content/plugins/sociofluid/images/twitter_16.png

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

Written by admin

May 21st, 2009 at 5:20 pm

Posted in All,Technology

Tagged with ,

Leave a Reply