Hi, I am new to DPDK and trying to run sudo dpdk-devbind --status on Ubuntu 22.04. However, I get "command not found". For installation I did: git clone https://github.com/DPDK/dpdk.git meson setup build cd build ninja ninja install I also noticed it didn't install to /usr/local/lib64. The only location I can see is /usr/local/lib/x86_64-linux-gnu/dpdk and a lot of DPDK binaries in /usr/local/lib/x86_64-linux-gnu. I then tried: sudo dpdk-devbind --status