On Sat, Jul 10, 2010 at 8:33 AM, balakrishna <balakrishna3...@gmail.com>wrote:
> > > hi, > use yum > #yum install *perl* -y > > -- > thnx & regards > balakrishna > > [Non-text portions of this message have been removed] > > > Hi Balakrishna, The above command would install almost anything that is avaliable in the repositories of the Linux Distro you have installed, and if we talk about Fedora, Ubuntu (Using apt-get) this would install almost everhting which is not really required. In the howto provided by Gourav that is the autobundle package which is not all perl packages but majorly used perl packages which are really required and their dependencies. Anybody should anytime prefer installing in autobundle mode instead of installing everything. P.S : The best options is install perl modules from Sources downloading from CPAN. This way you will end up installing packages that really required by you app to function properly. Autobundle is for a Newbee on a fresh installed machine. -- Ashwin Muni http://www.linuxmaza.com Linux Tutorials and Howtos [Non-text portions of this message have been removed]