perl: redhat9, perl-interpreter.rpm 一个包分成很多个小包

原来redhat 8, perl-interpreter-5.26.3-423.el8_10.x86_64, 这个包下面有很多的文件

bash 复制代码
rpm -ql perl-interpreter-5.26.3-423.el8_10.x86_64
/usr/share/perl5/Text/Abbrev.pm
/usr/share/perl5/Thread
/usr/share/perl5/Thread.pm
/usr/share/perl5/Thread/Semaphore.pm
/usr/share/perl5/Tie
/usr/share/perl5/Tie/Array.pm
/usr/share/perl5/Tie/File.pm
/usr/share/perl5/Tie/Handle.pm
/usr/share/perl5/Tie/Hash.pm
/usr/share/perl5/Tie/Memoize.pm
/usr/share/perl5/Tie/RefHash.pm
/usr/share/perl5/Tie/Scalar.pm
/usr/share/perl5/Tie/StdHandle.pm
/usr/share/perl5/Tie/SubstrHash.pm

到了redhat9,就不行了,只有下面的几个文件:

bash 复制代码
(root@us-rhel9):/usr
$ rpm -ql perl-interpreter
/usr/bin/perl
/usr/bin/perl5.32.1
/usr/lib/.build-id
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/c1f1cc4c4c7f2c0fc0173b1dc1aea6d942a28d
/usr/lib/.build-id/ce/c1f1cc4c4c7f2c0fc0173b1dc1aea6d942a28d.1
/usr/share/man/man1/perl.1.gz
/usr/share/man/man1/perlrun.1.gz
/usr/share/perl5/pod
/usr/share/perl5/pod/perl.pod
/usr/share/perl5/pod/perlrun.pod

所以,如果是手动安装的机器,就麻烦了,最好使用dnf来安装需要的软件包。

相关推荐
哥不想学算法2 小时前
【C++】字符串字面量拼接
开发语言·c++
gugucoding4 小时前
21. 【C语言】打包不同类型:结构体
c语言·开发语言
Brookty4 小时前
【JavaEE】线程安全(一).4:写块串行保安全、CAS
java·开发语言·java-ee·多线程·线程安全
F20226974865 小时前
西门子 PLC 与 C# 通信
开发语言·c#
gugucoding5 小时前
31. 【C语言】堆栈与队列的实现
c语言·开发语言·数据结构·链表
万联WANFLOW6 小时前
多分支企业组网,IP 网段到底该怎么规划
开发语言·php
阿里嘎多学长6 小时前
2026-07-07 GitHub 热点项目精选
开发语言·程序员·github·代码托管
cookies_s_s8 小时前
C++ 字符串动态创建对象 -- 工厂模式、自动注册、模板递归动态调用
服务器·开发语言·c++
盐焗鹌鹑蛋9 小时前
【C++】继承
开发语言·c++