0

I followed this github tutorial, to install termite-style.

However, when I run ./install, I get the following error:

[!] ERROR: Could not find 'termite', is it installed?

Screenshot:

Termite Style install error

What am I doing wrong?

Greenonline
  • 1,759
  • 7
  • 16
  • 21
  • 2
    Have you installed `termite` on your system? That github tutorial is intended for `termite` obviously. – annahri Mar 08 '21 at 21:46
  • 1
    That are only the Styles for termite. Do you have termite itself installed before? – GarfieldBonn Mar 08 '21 at 21:49
  • 1
    You need to [add information](https://unix.stackexchange.com/posts/638263/edit) to your question. What steps have you performed to find the cause of this error? The error message seems to be obvious to me; `termite` is not found on your computer. Is it installed? If yes, can you run it? When did the error message occur - during the installation of `termite-style`, and at which step? If it's during the `install` script, have to tried to find out which command in the script leads to the error? Or did the message occur later, in which case tell us which action of yours generated the error. – berndbausch Mar 09 '21 at 02:02

1 Answers1

1
which termite

If you do not get any output from this command termite is not installed the link you supplied is for installing an addon for the termite terminal not to install the terminal it's self. Make sure you have termite installed first then retry the directions on github.

Jason Croyle
  • 773
  • 2
  • 13