An official website of the United States government

Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

xxd command not found
alert - warning

NOTICE: Due to the lapse in federal funding, portions of this website may not be updated and some non-disaster assistance transactions submitted via the website may not be processed or responded to until after appropriations are enacted. Get more information.

The items  in an emergency supply kit spread out on a table including water bottles, toilet paper, and batteries

Xxd Command Not Found

00000000: 4865 6c6c 6f20 576f 726c 640a Hello World.

sudo pacman -S vim

sudo apt update sudo apt install xxd # Or if that fails: sudo apt install vim-common Use code with caution. 2. CentOS, RHEL, and Fedora xxd command not found

python3 -c "import sys; print(sys.stdin.read().hex())" < filename 00000000: 4865 6c6c 6f20 576f 726c 640a Hello World

Alpine is incredibly stripped down. You need to add the xxd package specifically: apk add xxd Use code with caution. Verifying the Installation and Fedora python3 -c "import sys

: We'll create a simple script to check if xxd is available on the system.