Page 1 of 1

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

Posted: Fri Sep 18, 2020 7:29 pm
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.

Re: inxi failed

Posted: Fri Sep 18, 2020 7:46 pm
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.

Re: inxi failed

Posted: Fri Sep 18, 2020 8:16 pm
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.

Re: inxi failed

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

installing the devx from quckpet>>useful>>devx should fix that

Re: inxi failed

Posted: Fri Sep 18, 2020 9:01 pm
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?

Re: inxi failed

Posted: Sun Sep 20, 2020 10:10 am
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

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

Posted: Wed Sep 23, 2020 1:28 pm
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