mate-terminal command not found

In this troubleshooting guide we learn how to fix mate-terminal command not found error message

Introduction

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

mate-terminal: command not found

or when using sudo you get the following error message

sudo: mate-terminal: command not found

Solutions to mate-terminal: command not found

How To Fix mate-terminal: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu mate-terminal is provided by mate-terminal package.

mate-terminal is:

MATE Terminal is a terminal emulation application that you can use to perform the following actions:

  • Access a UNIX shell in the MATE environment.
  • Run any application that is designed to run on VT102, VT220, and xterm terminals.

MATE Terminal features the ability to use multiple terminals in a single window (tabs) and profiles support.

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

sudo apt-get -y install mate-terminal

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

You can also use apt command to install mate-terminal.

sudo apt -y install mate-terminal

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

sudo aptitude install mate-terminal

Summary

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