openSUSE Forums > Applications » Software Audit

Go Back   openSUSE Forums > Applications
Forums FAQ Members List Search Today's Posts Mark Forums Read


Applications Questions about desktops (KDE, Gnome, XFCE, etc.), software applications (configuration, usage, bugs, documentation)

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-Jun-2009, 10:23
Puzzled Penguin
 
Join Date: Jun 2009
Posts: 1
ChrisFlockhart hasn't been rated much yet
Question Software Audit

Hi,

I am new to Linux, but have been given the task of performing a software audit on 10 Linux servers. Can anyone point me in the direction of a tool or method to determine all of the applications that are installed on a PC together with their versions. The servers are running a mixture of Suse 9.3 and 9.4. I am thinking of a tool ideally something like the Belarc Advisor app for Windows PCs, but anything that gives me the information is good enough.

Thanks
Reply With Quote
  #2 (permalink)  
Old 09-Jun-2009, 11:43
Explorer Penguin
 
Join Date: Apr 2009
Posts: 674
ab@novell.com hasn't been rated much yet
Default Re: Software Audit

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

'supportconfig' is a tool Novell created/maintains that is used by Support
specifically along with many others to get information to help fix a
machine's issues. It runs on SLES 9 so that should help but essentially
you can get a list of all the installed RPMs from the RPM command:

rpm -qa

Get the stuff installed most-recently (last) as the first stuff in your
list with:

rpm -qa --last

Good luck.





ChrisFlockhart wrote:
> Hi,
>
> I am new to Linux, but have been given the task of performing a
> software audit on 10 Linux servers. Can anyone point me in the direction
> of a tool or method to determine all of the applications that are
> installed on a PC together with their versions. The servers are running
> a mixture of Suse 9.3 and 9.4. I am thinking of a tool ideally something
> like the Belarc Advisor app for Windows PCs, but anything that gives me
> the information is good enough.
>
> Thanks
>
>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQIcBAEBAgAGBQJKLpFGAAoJEF+XTK08PnB55kcQAJYmWJC8tU 8NpdMeE1E3DeoR
Ud73agF/JBfb7JQeSFM6W1PXzE0zLM9GCsDavOsSDPjVQcgBqC8LJCN7Ev/dshaZ
4C//wG4Zsm/vEfsNa+TUqR2IASTD3C4J7j23vtG3PhLRBsA/a0n2RQ2vYRn7lYjL
v293tkFPN8s4pLKckVWw9spyZmSOaPTpO2jHDus9Jik+hYO3fl 4L2etln9kblgG2
oHkQRBuvfVR7emEEHfgmpIKbKYC1nN4yshkGHq12bPv4SO3AgS WsILvjuzgxl9rc
Et+qVJINL9Ms1Yz4conbBHuFSrlhgmxTEzHKHxR51RS8Iv5+0y F2VnfbB6FdCVCf
pzIoMdMsupk4OXJD37brhE6ekdMKUKzWE5DAhFao3+znpUq8XA n/4Elt95VP28cl
L7h/szskEgCcwr/EbQi49I5/L816xtKyEbhH6a78hHjBw06ll/30CFz57G8MGM/Q
8zyfFttBzRpkz2HlewWUWJQNmea9V9W1ZNmNR+Ci2RUN8x7NSu oXQHpH5jZyc2E7
aR8chulEBJFk4G4Bkdo+/EjB1vCxIBKKOi7GIWmSV+30pBCFKciZRWE3Lo5eOlWV
ARAxfUWSREgiB42qrnA/MOseJgRWsxOg3+0SQEhXm92DnTUyOnsUcbTaydtvS2n7
vbkx/T8rz0KVWhcoI63f
=OHAn
-----END PGP SIGNATURE-----
Reply With Quote
  #3 (permalink)  
Old 09-Jun-2009, 11:45
Explorer Penguin
 
Join Date: Sep 2008
Posts: 161
dmera hasn't been rated much yet
Default Re: Software Audit

in opensuse running as admin or root rpm -qa will give you a list of all installed components and the version you have. Not sure how it works on different flavours of linux(never tried), it might not be exactly what you want but it's a start(for more info do a man rpm).
Reply With Quote
  #4 (permalink)  
Old 09-Jun-2009, 11:59
Camaleón
Guest
 
Posts: n/a
Default Re: Software Audit

ChrisFlockhart wrote:

> I am new to Linux, but have been given the task of performing a
> software audit on 10 Linux servers. Can anyone point me in the direction
> of a tool or method to determine all of the applications that are
> installed on a PC together with their versions. The servers are running
> a mixture of Suse 9.3 and 9.4. I am thinking of a tool ideally something
> like the Belarc Advisor app for Windows PCs, but anything that gives me
> the information is good enough.


Go to YaST / Software / Software management and then File / export and save
the *.xml file.

Now you can the process that xml file with some formatting (i.e., using css
or xslt transformations).

Greetings,

--
Camaleón
Reply With Quote
  #5 (permalink)  
Old 10-Jun-2009, 15:46
Puzzled Penguin
 
Join Date: Jan 2009
Posts: 38
markone hasn't been rated much yet
Default Re: Software Audit

Quote:
Originally Posted by dmera View Post
in opensuse running as admin or root rpm -qa will give you a list of all installed components and the version you have.
Am I right in thinking that this will fail with any apps that you have installed without using rpm? this may or may not be a consideration for you.

Quote:
Not sure how it works on different flavours of linux(never tried), it might not be exactly what you want but it's a start(for more info do a man rpm).
Well, if you have any boxes that don't use rpms (eg, debian, slackware) it won't work on those.
Reply With Quote
Reply

Bookmarks

Tags
audit belarc


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2