gniall command not found

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

Introduction

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

gniall: command not found

or when using sudo you get the following error message

sudo: gniall: command not found

Solutions to gniall: command not found

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

In Ubuntu gniall is provided by gniall package.

gniall is:

gNiall attempts to learn whatever language you try to teach it. It is basically a dissociator: it collects statistics on sentences you type and tries to construct meaningful replies. gNiall is inspired by Niall, an Amiga program by Matthew Peck.

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

sudo apt-get -y install gniall

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

You can also use apt command to install gniall.

sudo apt -y install gniall

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

sudo aptitude install gniall

Summary

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