in reply to Re: Building a web-based system administration interface in Perl
in thread Building a web-based system administration interface in Perl
DON'T use yum/apt-get/emerge/rpm to install plugins. Not all distributions use that tools, some use other tools, some don't use package managers at all. Distributing plugins should be easy. Having to generate 5 or 10 different package formats, each with 5 or 10 different packages for different distribution versions, ist just too much work. The Webmin way, a renamed and compressed tar file, works quite well. We could discuss if we want old or new style tars, with or without GNU extensions, or some other archive format, like arj, lha, cpio or zip.
Alexander
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Building a web-based system administration interface in Perl
by jdrago_999 (Hermit) on Apr 08, 2009 at 23:53 UTC | |
by afoken (Chancellor) on Apr 09, 2009 at 07:18 UTC |