gprompter command not found

In this troubleshooting guide we learn how to fix gprompter command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

gprompter: command not found

or when using sudo you get the following error message

sudo: gprompter: command not found

Solutions to gprompter: command not found

How To Fix gprompter: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu gprompter is provided by gprompter package.

gprompter is:

gprompter is a cross-platform predictive text editor, based on presage, the intelligent predictive text entry platform.

gprompter displays predictions in a contextual pop-up box as each letter is typed. Predictions can be easily selected and inserted in the document.

To fix this problem, we can install more using the command below.

sudo apt-get -y install gprompter

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install gprompter.

sudo apt -y install gprompter

Or if you have aptitude installed you can use the following command.

sudo aptitude install gprompter

Summary

In this tutorial we learn how to fix gprompter command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.