我需要使用基于 的脚本xxd
,但它没有安装在我的 Fedora 21 上:
$ xxd
bash: xxd: command not found
所以我尝试搜索并安装它没有成功:
$ yum install xxd
(fails)
$ yum search xxd
(fails)
$ yum search all xxd
(fails - detailed log below)
Loaded plugins: langpacks
================================================================= Matched: xxd ========
perl-Data-HexDump-XXD.noarch : Format hexadecimal dump like xxd
xxdiff.i686 : Graphical file and directories comparator and merge tool
xxdiff-tools.i686 : Tools for xxdiff
- 你知道
xxd
提供了哪个包吗?yum
(我的意思是从 fedora 存储库安装的官方软件包)。
提前感谢您的帮助!