tea command not found

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

Introduction

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

tea: command not found

or when using sudo you get the following error message

sudo: tea: command not found

Solutions to tea: command not found

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

In Ubuntu tea is provided by tea package.

tea is:

TEA provides you with hundreds of functions. Want some tea?

TEA features:

  • Qt-based GUI with a tabbed layout engine;
  • hotkey customization;
  • spell checking (using aspell or hunspell);
  • support for multiple encodings;
  • syntax highlighting;
  • support for code snippets and templates;
  • string-handling functions such as sorting, reversing, de-formatting, trimming, filtering, conversions etc.;
  • editing support for Wikipedia, DocBook, LaTeX, and Lout;
  • reading support for text-based word processor formats (ABW, DOCX, FB2, KWD, ODT, RTF, SLA, SWX);
  • reading support for PDF and DjVu files, if they contain text;
  • bookmarks;
  • miscellaneous XML/XHTML/HTML tools;
  • “open at cursor” function from HTML href or img tags;
  • preview in external browsers;
  • drag’n’drop support (with text files and pictures);
  • built-in image viewer (BMP, GIF, JPEG, PNG, SVG, WBMP).

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

sudo apt-get -y install tea

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

You can also use apt command to install tea.

sudo apt -y install tea

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

sudo aptitude install tea

Summary

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