Please help me as i am not able to find any way to install Libnet Perl Server
I used to install this on debian using apt-get install libnet-server-perl Command
I just cannot figure out how to install this on Centos. Please help
Dhiraj Chatpar wrote:
Please help me as i am not able to find any way to install Libnet Perl Server
I used to install this on debian using apt-get install libnet-server-perl Command
I just cannot figure out how to install this on Centos. Please help
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
You need the perl-Net-Server package. But this is not in the stock repositories for CentOS. You need to add a repository for RPMforge or EPEL to get it. After that, a "yum install perl-Net-Server" should do.
Dhiraj Chatpar wrote:
Please help me as i am not able to find any way to install Libnet Perl Server
I used to install this on debian using apt-get install libnet-server-perl Command
I just cannot figure out how to install this on Centos. Please help
You need the perl-Net-Server package. But this is not in the stock repositories for CentOS. You need to add a repository for RPMforge or EPEL to get it. After that, a "yum install perl-Net-Server" should do.
Or maybe cpan install Net::Server will work....
mark
Sent from my iPhone
On Nov 9, 2009, at 10:25 AM, m.roth@5-cent.us wrote:
Dhiraj Chatpar wrote:
Please help me as i am not able to find any way to install Libnet Perl Server
I used to install this on debian using apt-get install libnet-server-perl Command
I just cannot figure out how to install this on Centos. Please help
You need the perl-Net-Server package. But this is not in the stock repositories for CentOS. You need to add a repository for RPMforge or EPEL to get it. After that, a "yum install perl-Net-Server" should do.
Or maybe cpan install Net::Server will work....
Please don't suggest using cpan as a first resort. On an operating system with package management, using said package manager should always be tried first.
M.roth@5-cent.us wrote on Mon, 9 Nov 2009 11:25:06 -0700 (MST):
Or maybe cpan install Net::Server will work....
But he shouldn't use it if he can avoid!
Kai
On Mon, Nov 09, 2009 at 11:20:20PM +0530, Dhiraj Chatpar wrote:
Please help me as i am not able to find any way to install Libnet Perl Server
I used to install this on debian using apt-get install libnet-server-perl Command
I just cannot figure out how to install this on Centos. Please help
http://wiki.centos.org/irc_centos_request see 3) so that we can at least know which version you are running. see 5) for perl modules and 6) about basic management commands
Tru