LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   xxd missing? (https://www.linuxquestions.org/questions/linux-newbie-8/xxd-missing-289963/)

everbloom 02-14-2005 04:12 AM

xxd missing?
 
I know this is probably really obvious, but... I can't use xxd.
I'm trying to configure my wacom tablet so I get all its nifty features with my FC3. I'm following the instructions at http://linuxwacom.sourceforge.net/
I'm supposed to do
Code:

[root@localhost input]# xxd mouse0
but when I do I get
Code:

bash: xxd: command not found
What happened? Where is my xxd? How do I use it?

Hellmark 05-11-2005 04:48 PM

Usually, when you have that error its one of two things, you really don't have that installed, or the more likely, that its not in /usr/bin/ but rather like /usr/sbin/ and therefore must be run as root (sometimes if sudo is setup properly, sudo will let you run it)

everbloom 05-13-2005 08:23 PM

Ooooh. Okay, thanks :D.

everbloom 05-14-2005 12:40 AM

Hold on... I was rood then... weird. Guess I don't have it then... o.O


All times are GMT -5. The time now is 04:51 PM.