I need to use a script based upon xxd
, but it's not installed on my Fedora 21:
$ xxd bash: xxd: command not found
So I tried without success to search and install it:
$ 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
is provided with? (I mean an official package to install with yum
from the fedora repositories).Thanks in advance for any help!
xxd is in the vim-common package.
xxd - Unix, Linux Command.
Description. xxd creates a hex dump of a given file or standard input. It can also convert a hex dump back to its original binary form. Like uuencode(1) and uudecode(1) it allows the transmission of binary data in a 'mail-safe' ASCII representation, but has the advantage of decoding to standard output.
xxd
is in the vim-common
package.
You can find that by using yum whatprovides '*bin/xxd'
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With