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
が提供されているパッケージを知っていますか?(Fedoraリポジトリのyum
でインストールする公式パッケージを意味します)。助けてくれてありがとう!
xxd
はvim-common
パッケージに含まれています。
yum whatprovides '*bin/xxd'
を使用してそれを見つけることができます。
やってみました
yum install vim-common