linux – RHEL 5附带了命令行MIME提取程序吗?

前端之家收集整理的这篇文章主要介绍了linux – RHEL 5附带了命令行MIME提取程序吗?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
RHEL似乎没有随附mpack.是否有一个命令行MIME提取器(即可以从 shell脚本中使用的东西)与RHEL 5一起提供,不需要从源代码安装第三方软件包或构建?

beTM的权力不会热衷于使用未被供应商打包的任何东西,所以如果可能的话,我更愿意使用RHEL 5附带的东西.

解决方法

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.

如果满足您的“按供应商打包”要求,则ripmime命令将打包在EPEL中.

原文链接:https://www.f2er.com/linux/399088.html

猜你在找的Linux相关文章