Sponsored Content
Full Discussion: SuSE comparision
Operating Systems Linux SuSE SuSE comparision Post 61988 by Neo on Thursday 10th of February 2005 10:13:26 AM
Old 02-10-2005
Dear phantom,

True. But, I find that knowledgable support people understand that the kernel is the same.

With regard to problems, "what problems" laughing out loud, linux and their applications work like clockwork. Only "rookies" have problems and their problems are generally related to not understanding the environment (permission problems, libs, environmental variables, etc.).

In my opinion, it is better to have a solid OS than one that is simply "supported" when you "call in". So, as you can see, there are alternative perspectives and requirements, based on the user. Not all people run "big commercial linux" in the production environment.

So I disagree with your statement that not running "RedHat or SuSE" in production is "a big mistake". Your statement creates the wrong impression and makes a blanket opinion, which is too strong and misleading.
 
Linux::Distribution::Packages(3pm)			User Contributed Perl Documentation			Linux::Distribution::Packages(3pm)

NAME
Linux::Distribution::Packages - list all packages on various Linux distributions SYNOPSIS
use Linux::Distribution::Packages qw(distribution_packages distribution_write); $linux = new Linux::Distribution::Packages({'format' => 'csv', 'output_file' => 'packages.csv'}); $linux->distribution_write(); # Or you can (re)set the options when you write. $linux->distribution_write({'format' => 'xml', 'output_file' => 'packages.xml'}); # If you want to reload the package data $linux->distribution_packages(); DESCRIPTION
This is a simple module that uses Linux::Distribution to guess the linux distribution and then uses the correct commands to list all the packages on the system and then output them in one of three formats: native, csv, and xml. Distributions currently working: debian, ubuntu, fedora, redhat, suse, gentoo, slackware, redflag. The module inherits from Linux::Distribution, so can also use its calls. EXPORT None by default. TODO
* Add the capability to correctly get packages for all recognized distributions. * Seperate out parsing from writing. Parse data to hash and give access to hash. Then write the formatted data from the hash. AUTHORS
Judith Lebzelter, <judith@osdl.org> Alberto Re, <alberto@accidia.net> COPYRIGHT AND LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.5 or, at your option, any later version of Perl 5 you may have available. perl v5.10.1 2006-04-19 Linux::Distribution::Packages(3pm)
All times are GMT -4. The time now is 10:51 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy