kbtin command not found

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

Introduction

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

kbtin: command not found

or when using sudo you get the following error message

sudo: kbtin: command not found

Solutions to kbtin: command not found

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

In Ubuntu kbtin is provided by kbtin package.

kbtin is:

KBtin is a console MUD client based on the once-popular tintin++. It is not limited for mudding, and can be used for running line-based local programs like adventure, mysqlclient, dpkg-buildpackage or piuparts.

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

sudo apt-get -y install kbtin

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

You can also use apt command to install kbtin.

sudo apt -y install kbtin

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

sudo aptitude install kbtin

Summary

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