ELizabeth has asked for the wisdom of the Perl Monks concerning the following question:
ruby@ruby-Z87X-HD3:~$ sudo apt-get install libpdf-api2-perl Reading package lists... Done Building dependency tree Reading state information... Done libpdf-api2-perl is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ruby@ruby-Z87X-HD3:~$ PDF::API PDF::API: command not found ruby@ruby-Z87X-HD3:~$ PDF::API2 PDF::API2: command not found ruby@ruby-Z87X-HD3:~$ perl perl.pl Can't locate object method "new" via package "PDF::API2" (perhaps you +forgot to load "PDF::API2"?) at perl.pl line 1.
the Ubuntu said I have installed PDF::API but it still cannot find the command. I use the PDF::apI2 in Perl but it also said there is no PDF::API2 package. could you tell me why?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: i cannot install PDF::API2
by thezip (Vicar) on Jan 29, 2014 at 19:26 UTC | |
|
Re: i cannot install PDF::API2
by keszler (Priest) on Jan 29, 2014 at 19:05 UTC |