inxi can't locate Data/Dumper.pm in fossapup64 9.5

Moderators: 666philb, Forum moderators

Post Reply
measter
Posts: 48
Joined: Fri Sep 18, 2020 5:37 pm

inxi can't locate Data/Dumper.pm in fossapup64 9.5

Post by measter »

fossapup64 9.5
installed inxi 3.38-1 from the PPM w/o error

# inxi
Can't locate Data/Dumper.pm in @INC (you may need to install the Data::Dumper module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.30.0 /usr/local/share/perl/5.30.0 /usr/lib/x86_64-linux-gnu/perl5/5.30 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.30 /usr/share/perl/5.30 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/bin/inxi line 23.
BEGIN failed--compilation aborted at /usr/bin/inxi line 23.

Line 23 of the script (at usr/share/apps/konversation/scripts) says:
use Data::Dumper qw(Dumper); # print_r


Also, I don't know how to paste into the Urxvt terminal; ctrl-shift-V doesn't work.
Mike Easter
measter
Posts: 48
Joined: Fri Sep 18, 2020 5:37 pm

Re: inxi failed

Post by measter »

Code: Select all

Also, I don't know how to paste into the Urxvt terminal; ctrl-shift-V doesn't work. 
nevermind; I don't have a middle mouse key. I installed gnome-terminal.
Mike Easter
williams2
Posts: 1023
Joined: Sat Jul 25, 2020 5:45 pm
Been thanked: 288 times

Re: inxi failed

Post by williams2 »

In urxvt

ctrl+alt+v will paste from the clipboard buffer.

shift+insert will paste from the primary buffer.

Clicking the left and right mouse buttons simultaneously should be the same as a middle click.
User avatar
666philb
Posts: 429
Joined: Thu Jul 09, 2020 3:18 pm
Location: wales uk
Has thanked: 111 times
Been thanked: 146 times

Re: inxi failed

Post by 666philb »

hi @measter ,

installing the devx from quckpet>>useful>>devx should fix that
measter
Posts: 48
Joined: Fri Sep 18, 2020 5:37 pm

Re: inxi failed

Post by measter »

666philb wrote: Fri Sep 18, 2020 8:23 pm hi @measter ,

installing the devx from quckpet>>useful>>devx should fix that
The quickpet system wants to save the devx .sfs to a dir pub/gnu+linux/puppylinux/pet_packages-fossa64 but the previously saved .sfs was just saved to the root of the Win part I selected.

Should I manually create such a directory on the Win part?
Mike Easter
User avatar
666philb
Posts: 429
Joined: Thu Jul 09, 2020 3:18 pm
Location: wales uk
Has thanked: 111 times
Been thanked: 146 times

Re: inxi failed

Post by 666philb »

might be easier to download the devx directly from here http://distro.ibiblio.org/puppylinux/pe ... 64_9.5.sfs

once downloaded right click on the devx.sfs and choose 'sfsload'
if asked, choose move or copy, or it won't load on next boot
User avatar
rockedge
Site Admin
Posts: 5746
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 2020 times
Been thanked: 2110 times
Contact:

Re: inxi can't locate Data/Dumper.pm in fossapup64 9.5

Post by rockedge »

Data::Dumper is a core module in PERL and should be included in the Devx.sfs. If installing the devx doesn't fix it try to install the PERL module with CPAN or cpanminus.
using cpanminus which is recommended, in a terminal:

Code: Select all

cpan App::cpanminus
cpanm Data::Dumper
or

Code: Select all

cpan install Data::Dumper
Post Reply

Return to “Fossapup64”