foo2zjs-wrapper command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
foo2zjs-wrapper: command not found
or when using sudo you get the following error message
sudo: foo2zjs-wrapper: command not found
Solutions to foo2zjs-wrapper: command not found
How To Fix foo2zjs-wrapper: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu foo2zjs-wrapper is provided by printer-driver-foo2zjs-common package.
printer-driver-foo2zjs-common is:
foo2zjs is an open source printer driver for printers that use the Zenographics ZjStream wire protocol for their print data, such as the Minolta magicolor 2200/2300/2430 DL, Minolta Color PageWorks/Pro L and HP LaserJet 1000/1005/1018/1020/1022. These printers are often erroneously referred to as “winprinters” or “GDI printers”.
This package contains the architecture-independent files for printer-driver-foo2zjs.
To fix this problem, we can install more using the command below.
sudo apt-get -y install printer-driver-foo2zjs-common
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install printer-driver-foo2zjs-common.
sudo apt -y install printer-driver-foo2zjs-common
Or if you have aptitude installed you can use the following command.
sudo aptitude install printer-driver-foo2zjs-common
Summary
In this tutorial we learn how to fix foo2zjs-wrapper command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.