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.
inxi can't locate Data/Dumper.pm in fossapup64 9.5
Moderators: 666philb, Forum moderators
Re: inxi failed
Code: Select all
Also, I don't know how to paste into the Urxvt terminal; ctrl-shift-V doesn't work.
Mike Easter
Re: inxi failed
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.
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.
- 666philb
- Posts: 429
- Joined: Thu Jul 09, 2020 3:18 pm
- Location: wales uk
- Has thanked: 111 times
- Been thanked: 150 times
Re: inxi failed
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.666philb wrote: Fri Sep 18, 2020 8:23 pm hi @measter ,
installing the devx from quckpet>>useful>>devx should fix that
Should I manually create such a directory on the Win part?
Mike Easter
- 666philb
- Posts: 429
- Joined: Thu Jul 09, 2020 3:18 pm
- Location: wales uk
- Has thanked: 111 times
- Been thanked: 150 times
Re: inxi failed
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
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
fossapup64 viewtopic.php?f=40&t=88
- rockedge
- Site Admin
- Posts: 6953
- Joined: Mon Dec 02, 2019 1:38 am
- Location: Connecticut,U.S.A.
- Has thanked: 3088 times
- Been thanked: 2891 times
- Contact:
Re: inxi can't locate Data/Dumper.pm in fossapup64 9.5
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:
or
using cpanminus which is recommended, in a terminal:
Code: Select all
cpan App::cpanminus
cpanm Data::Dumper
Code: Select all
cpan install Data::Dumper