genwqe_poke command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
genwqe_poke: command not found
or when using sudo you get the following error message
sudo: genwqe_poke: command not found
Solutions to genwqe_poke: command not found
How To Fix genwqe_poke: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu genwqe_poke is provided by genwqe-tools package.
genwqe-tools is:
Accelerated libz implementation uses FPGA based PCIe cards (e.g. zEDC) to accelerate compression/decompression.
This package provides utilities to use libzADC, as well as gzip/gunzip names for genwqe utilities in a subdirectory not in $PATH.
To fix this problem, we can install more using the command below.
sudo apt-get -y install genwqe-tools
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install genwqe-tools.
sudo apt -y install genwqe-tools
Or if you have aptitude installed you can use the following command.
sudo aptitude install genwqe-tools
Summary
In this tutorial we learn how to fix genwqe_poke command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.