gozer command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gozer: command not found
or when using sudo you get the following error message
sudo: gozer: command not found
Solutions to gozer: command not found
How To Fix gozer: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gozer is provided by gozer package.
gozer is:
Gozer is a commandline text renderer. It will take text on the commandline or from a file and render it using antialiased TrueType fonts, using optional font styles, word wrapping, justification and layout control.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gozer
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gozer.
sudo apt -y install gozer
Or if you have aptitude installed you can use the following command.
sudo aptitude install gozer
Summary
In this tutorial we learn how to fix gozer command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.