LWP perl package on fedora?
Max Chernoff
tex at maxchernoff.ca
Thu Feb 27 04:52:56 CET 2025
Hi Murpholino,
On Wed, 2025-02-26 at 21:21 -0600, Murpholino Peligro wrote:
> At https://tug.org/texlive/quickinstall.html it says
>
> > For regular installations via download, we highly recommend installing the
> > LWP Perl package
> > <https://www.tug.org/texlive/acquire-netinstall.html#netlwp> if you don't
> > have it.
>
> But which one should I get
>
> ```
> murphy at eva03:~$ dnf search perl-lwp*
> Updating and loading repositories:
> Repositories loaded.
> Matched fields: name
> [...]
Actually, none of those are the correct package (but they all depend on
the correct package, so any of them would work in a sense). The package
that you want is called "perl-libwww-perl":
$ sudo dnf install perl-libwww-perl
You can also use the provides spec "perl(LWP)", which will give the
exact same result:
$ sudo dnf install "perl(LWP)"
I have no idea why the submodules are called "perl-lwp-<name>" while the
main module is called "perl-libwww-perl".
Thanks,
-- Max
More information about the tex-live
mailing list.