Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Linux by (18.4k points)
edited by

I used the script based on my xxd, but it's not installed on my Fedora 21:

$ xxd

bash: xxd: command not found

I tried without using the 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

1 Answer

0 votes
by (36.8k points)

Use the below command:

xxd is in the vim-common package.

You can find it using that 

yum whatprovides '*bin/xxd'.

 

To know about Linux join the Linux training

 

Do check out the video below

 

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Nov 22, 2020 in Linux by blackindya (18.4k points)
0 votes
1 answer

Browse Categories

...