RHEL 5 是否附带命令行 MIME 提取器?

Con*_*lls 4 linux rhel5 mime

看起来 mpack 没有随 RHEL 一起提供。是否有随 RHEL 5 一起提供的命令行 MIME 提取器(即可以从 shell 脚本使用的东西),它不需要安装第三方软件包或从源代码构建?

TM的力量不会热衷于使用任何不是由供应商打包的东西,所以如果可能的话,我更愿意使用 RHEL 5 附带的东西。

lar*_*sks 7

perl-MIME-tools软件包包括用于处理 MIME 编码消息的各种命令行工具,包括mimeexplode

Takes one or more files from the command line that contain MIME
messages, and explodes their contents out into subdirectories of
the current working directory.  The subdirectories are just called
"msg0", "msg1", "msg2", etc.  Existing directories are skipped
over.
Run Code Online (Sandbox Code Playgroud)

ripmime命令打包在EPEL 中,如果它满足您的“由供应商打包”的要求。