Editing
Portal:Linux
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Red Hat Enterprise Linux, Rocky Linux, AlmaLinux, and CentOS Stream === The Red Hat Enterprise Linux family has moved further away from the old assumption that Perl is always installed. RHEL still packages and supports Perl, but modern RHEL minimal environments may not include it by default. Red Hatβs RHEL 9 packaging documentation states that since RHEL 8, Perl is not included in the default buildroot. Therefore, RPM packages that include Perl scripts must explicitly declare a Perl build dependency through `BuildRequires`.<ref>Red Hat, βRed Hat Enterprise Linux 9: Packaging and distributing software,β section 6.8, https://docs.redhat.com/es/documentation/red_hat_enterprise_linux/9/pdf/packaging_and_distributing_software/red_hat_enterprise_linux-9-packaging_and_distributing_software-en-us.pdf, accessed July 3, 2026.</ref> This is one of the most important modern Linux Perl changes. It shows that enterprise Linux is no longer assuming Perl as part of the minimal development environment. If a package uses Perl, it must say so. Rocky Linux, AlmaLinux, Oracle Linux, and CentOS Stream generally inherit the RHEL packaging model. Perl is available through `dnf`, and many Perl modules are available through distribution repositories or EPEL, but a minimal enterprise Linux install should not be assumed to have `/usr/bin/perl`. This affects portability. A Perl script that runs on Debian by default may fail on a new minimal RHEL-family server until Perl is installed: <pre> dnf install perl-interpreter </pre> or, for a fuller environment: <pre> dnf install perl-core </pre> This does not mean Red Hat systems are anti-Perl. It means they have made Perl explicit rather than implicit.
Summary:
Please note that all contributions to Perl Guilds - Getting Medieval with Perl may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Perl Guilds - Getting Medieval with Perl:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
Edit source
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Tools
What links here
Related changes
Page information