PDA

View Full Version : [ubuntu] Perl Install



CyberCat7
May 25th, 2008, 03:10 AM
Hi,

I am a bit new to Ubuntu and I have a Bluetooth adapter that I can find no good use for (at the moment). anyhow, I want to play around with Bluesniff for a bit but I realise that I need to install Perl.

Can anybody walk me throught teh installation processs please?

I have Ububntu 8.04 with teh current updates installed (I upgraded from 7.10).

HalPomeranz
May 25th, 2008, 03:21 AM
"sudo apt-get install perl" should do it.

Blacknole
March 5th, 2011, 06:33 PM
I am also trying to play around with bluesniff. I have updated the perl library and installed curses yet get the following error:

Can't locate Curses/Application.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at ./bluesniff.pl line 23.
BEGIN failed--compilation aborted at ./bluesniff.pl line 23.

This is line 23

use Curses::Application;