I installed Puppy version based on Ubuntu 18.04 (the actual image name, upupbb-18.05+28.iso)
Everything seems to work fine.
I installed texlive, and Texstudio.
If trying to compile a simple tex file, I get an error (even if I launch pdflatex from terminal):
Can't locate Pod/Usage.pm in @INC (you may need to install the Pod::Usage module) (@INC contains: /usr/share/texlive/tlpkg /usr/share/texlive/texmf-dist/scripts/texlive /etc/perl /usr/local/lib/i386-linux-gnu/perl/5.26.1 /usr/local/share/perl/5.26.1 /usr/lib/i386-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/i386-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/i386-linux-gnu/perl-base) at /usr/share/texlive/texmf-dist/scripts/texlive/mktexlsr.pl line 97. BEGIN failed--compilation aborted at /usr/share/texlive/texmf-dist/scripts/texlive/mktexlsr.pl line 97. Compilation failed in require at /usr/bin/mktexfmt line 23. BEGIN failed--compilation aborted at /usr/bin/mktexfmt line 25.
There're missing perl modules. None of the guides I've come across seem to work. Missing modules could be installed using CPAN. But CPAN is not installed, and it is not in the package manager. On other distros there's a perl-cpan package.
#perl -MCPAN -e shell
outputs:
Can't locate CPAN.pm in @INC (you may need to install the CPAN module)
Does anyone know how to install CPAN on Puppy?
Does anyone know how could I use latex on Puppy?
Thank you