I am using Red hat (Red Hat Enterprise Linux release 8.2 (Ootpa) - 4.18.0-193.14.3.el8_2.x86_64).
When I install perl package by using rpm package
and command dnf install perl-libs-5.26.3-419.el8.x86_64.rpm
.
But it requests
- nothing provides perl(Carp) needed by perl-libs-4:5.26.3-419.el8.x86_64
- nothing provides perl(Encode) needed by perl-libs-4:5.26.3-419.el8.x86_64
- nothing provides perl(Exporter) needed by perl-libs-4:5.26.3-419.el8.x86_64
So, I install perl (Carp) but it still asks for perl(Exporter), then I install perl(Exporter), It asks for perl(Carp).
- nothing provides perl(:MODULE_COMPAT_5.26.3) needed by perl-Exporter-5.72-396.el8.noarch
- nothing provides perl(strict) needed by perl-Exporter-5.72-396.el8.noarch
- nothing provides perl(warnings) needed by perl-Exporter-5.72-396.el8.noarch
- nothing provides perl(:VERSION) >= 5.6.0 needed by perl-Exporter-5.72-396.el8.noarch
- nothing provides perl(Carp) >= 1.05 needed by perl-Exporter-5.72-396.el8.noarch
Is there any ways I can install perl by pkg or something else locally (I can push file to server but no way from server to the internet)?