'xxd'命令的官方Fedora包?

Blu*_*zee 17 yum xxd fedora-21

我需要使用基于的脚本xxd,但它没有安装在我的Fedora 21上:

$ xxd
bash: xxd: command not found
Run Code Online (Sandbox Code Playgroud)

所以我试图搜索并安装它没有成功:

$ 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
Run Code Online (Sandbox Code Playgroud)
  • 你知道xxd提供哪个包吗?(我的意思是yum从fedora存储库安装的官方软件包).

在此先感谢您的帮助!

Eta*_*ner 27

xxdvim-common包中.

你可以通过使用找到yum whatprovides '*bin/xxd'.


Pat*_*tin 15

你有没有尝试过

yum install vim-common
Run Code Online (Sandbox Code Playgroud)