我需要使用基于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 xxdiffxxd 吗?(我指的是从fedora存储库用yum安装的正式软件包)。提前感谢您的帮助!
发布于 2016-03-23 13:38:52
xxd在vim-common包中。
您可以通过使用yum whatprovides '*bin/xxd'找到这一点。
发布于 2016-03-23 13:37:14
你试过吗
yum install vim-commonhttps://stackoverflow.com/questions/36179338
复制相似问题