LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Display software versions ?? (https://www.linuxquestions.org/questions/linux-newbie-8/display-software-versions-596116/)

bkochis 10-31-2007 11:23 AM

Display software versions ??
 
I am having issues updating software. The ./confiure, make, make install cycle seems to run without obvious errors but the follow-on package starts whining about required versions.

I bascially am looking for a command that would list all of the packages installed and drop it into a text file. Such as:
gtk+-2.14.0
glib-2.3.15
libusb-1.1.x

etceteras so I can tell exactly what is installed and running.

Thanks, Bob

jailbait 10-31-2007 11:42 AM

Quote:

Originally Posted by bkochis (Post 2943621)
I am having issues updating software. The ./confiure, make, make install cycle seems to run without obvious errors but the follow-on package starts whining about required versions.

I bascially am looking for a command that would list all of the packages installed and drop it into a text file. Such as:
gtk+-2.14.0
glib-2.3.15
libusb-1.1.x

etceteras so I can tell exactly what is installed and running.

Thanks, Bob


What distribution are you using and what package manager are you using?

-----------------
Steve Stites

rsashok 10-31-2007 11:53 AM

If you are using rpm's, try this as a root:
>rpm -qa

bkochis 11-01-2007 01:42 PM

Quote:

Originally Posted by jailbait (Post 2943642)
What distribution are you using and what package manager are you using?

-----------------
Steve Stites

Jailbait: DUH! I am using Fedora Core 6 with the standard package manager.

Steve: Thanks the 'rpm -qa' command worked great after I piped it to a file.

Thanks, Bob


All times are GMT -5. The time now is 07:11 AM.