in reply to Re^2: Bundle::CPAN still failing.
in thread Bundle::CPAN still failing.

How do you run apt-get build-essential, I tried it using in terminal and i'm getting an error Unknown shell command 'apt-get'. Type ? for help.

Replies are listed 'Best First'.
Re^4: Bundle::CPAN still failing.
by Anonymous Monk on Jul 27, 2011 at 01:42 UTC
    Use: apt-get install build-essential
Re^4: Bundle::CPAN still failing.
by Anonymous Monk on Jun 04, 2014 at 18:18 UTC
    sudo apt-get install build-essentials
Re^4: Bundle::CPAN still failing.
by Anonymous Monk on Nov 09, 2011 at 06:55 UTC
    This should be:-
    apt-get install build-essential
    Then it works :)