drawterm command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
drawterm: command not found
or when using sudo you get the following error message
sudo: drawterm: command not found
Solutions to drawterm: command not found
How To Fix drawterm: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu drawterm is provided by drawterm package.
drawterm is:
Drawterm is a X11 application that allows one to connect to a remote Plan 9 server, usually a CPU server, but a terminal can also be tweaked to receive drawterm clients.
To fix this problem, we can install more using the command below.
sudo apt-get -y install drawterm
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install drawterm.
sudo apt -y install drawterm
Or if you have aptitude installed you can use the following command.
sudo aptitude install drawterm
Summary
In this tutorial we learn how to fix drawterm command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.