list the softwares installed in Linux


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu list the softwares installed in Linux
# 1  
Old 09-10-2008
list the softwares installed in Linux

I need list of 3rd party softwares installed in a Unix server (eg: Fedora / RedHat). I know if they are system supported format (like rpm format for fedora/redhat, pkg format for debian/ubuntu etc) we can list them by system specific commands ($ rpm -qa). But how to list the softwares installed like tar format, gunzip format etc?? Please give me some idea how I can get the list.

Sincerely waiting for your response.

Thank you very much,
Uday Kumar K
# 2  
Old 09-11-2008
There is no easy way to do this apart from searching your system and looking in the places that they are likely to be found, e.g. /usr/someproduct, or /usr/local or /opt.

This is why it is a great advantage to find packaged software using the packaging tool of your operating system/distro rather than just install it manually. Obviously this isn't always possible, but if you are a disciplined administrator and always install software in logical locations then it shouldn't be too hard to keep track of.
# 3  
Old 09-11-2008
A useful convention is to put stuff you have installed by hand in /opt or /usr/local and let the package management system completely reign over /usr/bin, /bin, /usr/sbin, etc.
# 4  
Old 09-14-2008
Thanks Annihilannic & Era.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to Find List of MQ and Websphere certificates that are installed on Linux and UNIX servers?

Dear All, I am planning to find the list of certificates(WEBshpere/MQ) on a servers. My certificates are either stored in (.jks) / (.pem)/ (.cer) . But some of the certificates are stored without these file formats. I tried using find command but unless I give the file name its difficult for... (4 Replies)
Discussion started by: sidh_arth85
4 Replies

2. Solaris

List of patches and date installed

Does anyone know of a command that would show the list of patches installed and the date it was installed? My understanding is that "showrev -p" would show patches but not the date they were installed. I'm looking for this on a Solaris 10 server. Thanks. (2 Replies)
Discussion started by: ixauditor
2 Replies

3. Solaris

Information regarding softwares installed on the Solaris server

I need to know information regarding the softwares/applications that are installed on my Solaris server and also its end of life or support information. Can some one help me how to get these details please... Thanks (3 Replies)
Discussion started by: ssk250
3 Replies

4. AIX

List of installed applications

Hi All, I am new bee in AIX and i am trying to list out installed packages on any AIX machine in below format: packagename:<application/package name> ; <application/package version> ; <application/package vendor> can some one please suggest small script which will use lslpp and provide... (5 Replies)
Discussion started by: omkar.jadhav
5 Replies

5. HP-UX

List of installed application on HP-UX

Hi All, I am trying to list down all the installed application/packages on hp-ux machine in below format : packagename:<application/package name> ; <application/package version> ; <application/package vendor> can someone suggest with small script for this.Will swlist command give... (4 Replies)
Discussion started by: omkar.jadhav
4 Replies

6. Ubuntu

How to list my program or package that i compile and installed?

Hi I would like to ask in ubuntu or linux on how to list all my package or software the i installed via source code( compile installed in dir default is /usr/local) just like i solaris in which if you installed a package in ur choosing default root installation dir you can just issue a command... (2 Replies)
Discussion started by: jao_madn
2 Replies

7. Web Development

what are the free Softwares to make flash web animation in linux

Hi all, :) I am using linux ubuntu 10.04 I need to make flash web animation with linux and im searching for an open source software like Adobe Flash.. (Now i am using wine and am running Flash on it...) thanks.. (0 Replies)
Discussion started by: sitex
0 Replies

8. AIX

command to list all installed patches

hi all i need an command to list all installed patches in aix 5.3 (5 Replies)
Discussion started by: maxim42
5 Replies

9. Solaris

Findout 3rd party softwares in Linux/Solaris server

Hi all, how to find 3rd party softwares like Oracle,phpldapadmin,Citrix etc (other than packages) which are installed on a linux box. Please guide me to get this info'n on LINUX/SOLARIS. Thanks in advance, Uday (0 Replies)
Discussion started by: uday123
0 Replies

10. Solaris

get installed patch list

Hello all is there any way to get installed patch list on Solaris ? thanks (1 Reply)
Discussion started by: umen
1 Replies
Login or Register to Ask a Question