https://bugzilla.redhat.com/show_bug.cgi?id=1526063
--- Comment #8 from Petr Pisar ppisar@redhat.com --- (In reply to Donald O. from comment #7)
see comment #2
- I (dnf) removed perl and cpan
- installed dnf install perl
At this point you should have installed "/usr/bin/perl" file that belongs to "perl-interpreter" package that is required by "perl" package. If not, then something is terribly wrong.
Did the "dnf install perl" terminate successfully? Do you have installed perl-5.26.1-401.fc27.x86_64.rpm and perl-interpreter-5.26.1-401.fc27.x86_64.rpm packages (if your system has x86_64 architecture)? Does /usr/bin/perl file exist? Is the file executable?
You can use "rpm -q perl perl-interpreter" to verify the two packages are installed.