5
我需要使用基於xxd
的腳本,但它不是安裝在我的Fedora 21:'xxd'命令的官方Fedora包?
$ 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
安裝)。
在此先感謝您的幫助!