
08-23-2007, 11:18 PM
|
|
WHT Addict
|
|
Join Date: Feb 2004
Location: Australia
Posts: 118
|
|
Listing installed software on a server
Hi,
What is the best way to get a list of all the software installed on a Linux server? Are there specific shell commands for this?
Thanks
|

08-23-2007, 11:27 PM
|
|
Disabled
|
|
Join Date: May 2006
Posts: 1,398
|
|
not really for all the software, for hosting if you wanna show what software you got there is a few sysinfo scripts and for php related phpinfo.
if you are on redhat based distro you can list all rpms installed. But that isnt all software most of the time if you have things compiled in or installed some other way
rpm -qa
|

08-24-2007, 06:44 AM
|
|
Web Hosting Master
|
|
Join Date: Nov 2001
Location: Philadelphia, Pa
Posts: 949
|
|
What distribution?
rpm -qa on a redhat/centos server is a good start (although won't help you with compiled software).
|

08-24-2007, 07:31 AM
|
|
Who am I?
|
|
Join Date: Sep 2002
Location: Among the corn
Posts: 9,637
|
|
Quote:
|
What is the best way to get a list of all the software installed on a Linux server?
|
Impossible.
Yes, RPM can help, as can any "packaging utility", but most likely that's not going to give you what you're looking for specifically. You can START with RPM, but you're going to need to narrow that down quite a bit, because RPM usually (usually) won't cover things such as perl modules, outsourced stuff, web applications (billing client, etc) and other stuff.
__________________
Me v2: The new, slimmer, shinier model
|

08-24-2007, 07:32 AM
|
|
Web Hosting Master
|
|
Join Date: Oct 2004
Location: Kerala, India
Posts: 4,617
|
|
Ulysses,
What softwares you wish to see? User specific or system specific?
__________________
David | www.cliffsupport.com
Affordable Server Management Solutions sales AT cliffsupport DOT com
iWebManager | Access WHM from iPhone and Android
|

08-24-2007, 07:45 AM
|
|
WHT Addict
|
|
Join Date: Feb 2004
Location: Australia
Posts: 118
|
|
Quote:
Originally Posted by derek.bodner
What distribution?
rpm -qa on a redhat/centos server is a good start (although won't help you with compiled software).
|
Good point. Actually it's a CentOS 4. I should have mentioned that.
|

08-24-2007, 07:52 AM
|
|
WHT Addict
|
|
Join Date: Feb 2004
Location: Australia
Posts: 118
|
|
Quote:
Originally Posted by david510
Ulysses,
What softwares you wish to see? User specific or system specific?
|
System specific, so we can have the client's new dedicated server setup just like the server we built the script. The idea is to ensure that the whole site can be migrated with as little trouble as possible.
Thanks
|

08-24-2007, 08:06 AM
|
|
Web Hosting Master
|
|
Join Date: Oct 2004
Location: Kerala, India
Posts: 4,617
|
|
If you have the OS installed on the new server with the same release and version all softwares should be there. Now, there may be addon like firewall installs, other security installs such as mod_sec etc. To find out those, you must go through the main configurations files on the old server. There is no single step procedure to find out these kind of installs. 
__________________
David | www.cliffsupport.com
Affordable Server Management Solutions sales AT cliffsupport DOT com
iWebManager | Access WHM from iPhone and Android
|

08-24-2007, 01:17 PM
|
|
Death is Sex
|
|
Join Date: Jun 2006
Location: Ahh' UnderPants
Posts: 998
|
|
I can recommend you to install webmin for managing the box. It have an option which shows all modules available on a machine.
|

08-24-2007, 01:24 PM
|
|
New Member
|
|
Join Date: Aug 2007
Posts: 4
|
|
I think it's impossible to list all software installed on server
but if you installed a fresh copy of OS then why don't you read about that OS

|

08-24-2007, 02:27 PM
|
|
Newbie
|
|
Join Date: Aug 2007
Posts: 22
|
|
listing packages on a linux server
Hi,
You can use rpm -qa for this.If you want redirect this to a file then you can use as...
# rpm -qa >filename
|

08-24-2007, 05:26 PM
|
|
WHT Addict
|
|
Join Date: Feb 2004
Location: Australia
Posts: 118
|
|
Thanks for all the suggestions. I think we have managed to get enough information to set up the new server as closely as posible to the current one, so hopefully, the site/scripts will migrate without too much fuss.
Thanks again.
PS. Wouldn't it be nice of someone coded a script just for such a thing and added it to (say) WHM etc.
|

08-24-2007, 11:41 PM
|
|
Web Hosting Master
|
|
Join Date: Oct 2004
Location: Kerala, India
Posts: 4,617
|
|
Quote:
|
PS. Wouldn't it be nice of someone coded a script just for such a thing and added it to (say) WHM etc.
|
Well, it is really difficult. Different OS has different kind of softwares and installs. Also the addons on a live server varies with the performance tuning on the server. Some requires addons for apache, some need addons for mysql etc. So a generalized situation cannot be achieved.
__________________
David | www.cliffsupport.com
Affordable Server Management Solutions sales AT cliffsupport DOT com
iWebManager | Access WHM from iPhone and Android
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
| Postbit Selector |
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|
| Login: |
|
|
| Advertisement: |
|
|
| Web Hosting News: |
|
|
|