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:
What am I doing wrong?
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:
What am I doing wrong?
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.
which
, I am honestly interested.
– Jason Croyle
Mar 10 '21 at 15:03
termite
on your system? That github tutorial is intended fortermite
obviously. – annahri Mar 08 '21 at 21:46termite
is not found on your computer. Is it installed? If yes, can you run it? When did the error message occur - during the installation oftermite-style
, and at which step? If it's during theinstall
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