如何在 centos 上安装 hd?

如何在 centos 上安装 hd?
$ hd test.bin
00000000  e8 06 00 00 00 74 65 73  74 0a 00 b8 04 00 00 00  |.....test.......|
00000010  bb 01 00 00 00 59 ba 05  00 00 00 cd 80 c3        |.....Y........|

hd应该能够读取十六进制,但是如何安装它?

以下是我尝试过的:

$# yum install hd
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * addons: mirror01.idc.hinet.net
 * base: mirror01.idc.hinet.net
 * epel: mirror.bjtu.edu.cn
 * extras: mirror01.idc.hinet.net
 * updates: mirror01.idc.hinet.net
Setting up Install Process
No package hd available.
Nothing to do

答案1

hexdump(1)util-linux包裹里。

相关内容