How to install termite











up vote
14
down vote

favorite
2












I'm using openbox on UbuntuGnome .. if that helps.



So I reviewed the documentation located here:



https://wiki.archlinux.org/index.php/Termite



and I can't figure out how to install it.
I'm very novice and would just like a simple explanation is possible, or at least a nudge in the right direction.



I also followed the instructions here:
https://github.com/thestinger/termite



Did the following:



git clone --recursive https://github.com/thestinger/termite.git
cd termite && make


then get this:



ask@ubuntu:~/termite$ make
Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-3.0' found
Package vte-2.91 was not found in the pkg-config search path.
Perhaps you should add the directory containing `vte-2.91.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vte-2.91' found
Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-3.0' found
Package vte-2.91 was not found in the pkg-config search path.
Perhaps you should add the directory containing `vte-2.91.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vte-2.91' found
g++ -std=c++11 -O3 -Wall -Wextra -pedantic -Winit-self -Wshadow -Wformat=2 -Wmissing-declarations -Wstrict-overflow=5 -Wcast-align -Wconversion -Wunused-macros -Wwrite-strings -DNDEBUG -D_POSIX_C_SOURCE=200809L -DTERMITE_VERSION="v11" -Wno-missing-field-initializers -s -Wl,--as-needed termite.cc -o termite
termite.cc:31:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
Makefile:36: recipe for target 'termite' failed
make: *** [termite] Error 1









share|improve this question




























    up vote
    14
    down vote

    favorite
    2












    I'm using openbox on UbuntuGnome .. if that helps.



    So I reviewed the documentation located here:



    https://wiki.archlinux.org/index.php/Termite



    and I can't figure out how to install it.
    I'm very novice and would just like a simple explanation is possible, or at least a nudge in the right direction.



    I also followed the instructions here:
    https://github.com/thestinger/termite



    Did the following:



    git clone --recursive https://github.com/thestinger/termite.git
    cd termite && make


    then get this:



    ask@ubuntu:~/termite$ make
    Package gtk+-3.0 was not found in the pkg-config search path.
    Perhaps you should add the directory containing `gtk+-3.0.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'gtk+-3.0' found
    Package vte-2.91 was not found in the pkg-config search path.
    Perhaps you should add the directory containing `vte-2.91.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'vte-2.91' found
    Package gtk+-3.0 was not found in the pkg-config search path.
    Perhaps you should add the directory containing `gtk+-3.0.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'gtk+-3.0' found
    Package vte-2.91 was not found in the pkg-config search path.
    Perhaps you should add the directory containing `vte-2.91.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'vte-2.91' found
    g++ -std=c++11 -O3 -Wall -Wextra -pedantic -Winit-self -Wshadow -Wformat=2 -Wmissing-declarations -Wstrict-overflow=5 -Wcast-align -Wconversion -Wunused-macros -Wwrite-strings -DNDEBUG -D_POSIX_C_SOURCE=200809L -DTERMITE_VERSION="v11" -Wno-missing-field-initializers -s -Wl,--as-needed termite.cc -o termite
    termite.cc:31:21: fatal error: gtk/gtk.h: No such file or directory
    compilation terminated.
    Makefile:36: recipe for target 'termite' failed
    make: *** [termite] Error 1









    share|improve this question


























      up vote
      14
      down vote

      favorite
      2









      up vote
      14
      down vote

      favorite
      2






      2





      I'm using openbox on UbuntuGnome .. if that helps.



      So I reviewed the documentation located here:



      https://wiki.archlinux.org/index.php/Termite



      and I can't figure out how to install it.
      I'm very novice and would just like a simple explanation is possible, or at least a nudge in the right direction.



      I also followed the instructions here:
      https://github.com/thestinger/termite



      Did the following:



      git clone --recursive https://github.com/thestinger/termite.git
      cd termite && make


      then get this:



      ask@ubuntu:~/termite$ make
      Package gtk+-3.0 was not found in the pkg-config search path.
      Perhaps you should add the directory containing `gtk+-3.0.pc'
      to the PKG_CONFIG_PATH environment variable
      No package 'gtk+-3.0' found
      Package vte-2.91 was not found in the pkg-config search path.
      Perhaps you should add the directory containing `vte-2.91.pc'
      to the PKG_CONFIG_PATH environment variable
      No package 'vte-2.91' found
      Package gtk+-3.0 was not found in the pkg-config search path.
      Perhaps you should add the directory containing `gtk+-3.0.pc'
      to the PKG_CONFIG_PATH environment variable
      No package 'gtk+-3.0' found
      Package vte-2.91 was not found in the pkg-config search path.
      Perhaps you should add the directory containing `vte-2.91.pc'
      to the PKG_CONFIG_PATH environment variable
      No package 'vte-2.91' found
      g++ -std=c++11 -O3 -Wall -Wextra -pedantic -Winit-self -Wshadow -Wformat=2 -Wmissing-declarations -Wstrict-overflow=5 -Wcast-align -Wconversion -Wunused-macros -Wwrite-strings -DNDEBUG -D_POSIX_C_SOURCE=200809L -DTERMITE_VERSION="v11" -Wno-missing-field-initializers -s -Wl,--as-needed termite.cc -o termite
      termite.cc:31:21: fatal error: gtk/gtk.h: No such file or directory
      compilation terminated.
      Makefile:36: recipe for target 'termite' failed
      make: *** [termite] Error 1









      share|improve this question















      I'm using openbox on UbuntuGnome .. if that helps.



      So I reviewed the documentation located here:



      https://wiki.archlinux.org/index.php/Termite



      and I can't figure out how to install it.
      I'm very novice and would just like a simple explanation is possible, or at least a nudge in the right direction.



      I also followed the instructions here:
      https://github.com/thestinger/termite



      Did the following:



      git clone --recursive https://github.com/thestinger/termite.git
      cd termite && make


      then get this:



      ask@ubuntu:~/termite$ make
      Package gtk+-3.0 was not found in the pkg-config search path.
      Perhaps you should add the directory containing `gtk+-3.0.pc'
      to the PKG_CONFIG_PATH environment variable
      No package 'gtk+-3.0' found
      Package vte-2.91 was not found in the pkg-config search path.
      Perhaps you should add the directory containing `vte-2.91.pc'
      to the PKG_CONFIG_PATH environment variable
      No package 'vte-2.91' found
      Package gtk+-3.0 was not found in the pkg-config search path.
      Perhaps you should add the directory containing `gtk+-3.0.pc'
      to the PKG_CONFIG_PATH environment variable
      No package 'gtk+-3.0' found
      Package vte-2.91 was not found in the pkg-config search path.
      Perhaps you should add the directory containing `vte-2.91.pc'
      to the PKG_CONFIG_PATH environment variable
      No package 'vte-2.91' found
      g++ -std=c++11 -O3 -Wall -Wextra -pedantic -Winit-self -Wshadow -Wformat=2 -Wmissing-declarations -Wstrict-overflow=5 -Wcast-align -Wconversion -Wunused-macros -Wwrite-strings -DNDEBUG -D_POSIX_C_SOURCE=200809L -DTERMITE_VERSION="v11" -Wno-missing-field-initializers -s -Wl,--as-needed termite.cc -o termite
      termite.cc:31:21: fatal error: gtk/gtk.h: No such file or directory
      compilation terminated.
      Makefile:36: recipe for target 'termite' failed
      make: *** [termite] Error 1






      command-line compiling make






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 19 '17 at 3:11









      karel

      55k11121139




      55k11121139










      asked Feb 25 '16 at 23:36









      Pepe

      3432616




      3432616






















          4 Answers
          4






          active

          oldest

          votes

















          up vote
          9
          down vote













          over here is an install script, that nicely explains all dependencies and stuff, I'll just copy that for you ;)



          Install dependencies



          sudo apt install -y g++ libgtk-3-dev gtk-doc-tools gnutls-bin valac
          intltool libpcre2-dev libglib3.0-cil-dev libgnutls28-dev
          libgirepository1.0-dev libxml2-utils gperf build-essential`


          Get and install vte-ng



          git clone https://github.com/thestinger/vte-ng.git
          echo export LIBRARY_PATH="/usr/include/gtk-3.0:$LIBRARY_PATH"
          cd vte-ng && ./autogen.sh && make && sudo make install
          cd ..


          Get and install termite, and setup



          git clone --recursive https://github.com/thestinger/termite.git
          cd termite && make && sudo make install
          sudo ldconfig
          sudo mkdir -p /lib/terminfo/x
          sudo ln -s /usr/local/share/terminfo/x/xterm-termite /lib/terminfo/x/xterm-termite


          Voila, this should be it ....






          share|improve this answer























          • You should not be doing sudo ln -s /usr/local/share/terminfo/x/xterm-termite /lib/terminfo/x/xterm-termite that's a bad idea. What's the point?
            – Evan Carroll
            Nov 22 at 4:14










          • @EvanCarroll if you point out to me why not, I'll change it, but as you might have read in the first paragraph this "solution" is stolen.
            – db429
            11 hours ago




















          up vote
          0
          down vote













          It looks like you didnt install the required DEPENDENCIES. It could be the problem




          Package vte-2.91 was not found in the pkg-config search path.
          Try installing vte-ng https://github.com/thestinger/vte-ng







          share|improve this answer





















          • I did see that, but i'm not sure how install vte-ng. They don't tell you how to install it. Do you know how to install vte-ng?
            – Pepe
            Feb 26 '16 at 1:22










          • it should usually be mentioned in the read me file(after download the zip file)
            – Mohit Rajan
            Feb 26 '16 at 1:24










          • This is the read me: * What is VTE? VTE is a library (libvte) implementing a terminal emulator widget for GTK+, and a minimal sample application (vte) using that. Vte is mainly used in gnome-terminal, but can also be used to embed a console/terminal in games, editors, IDEs, etc. VTE doesn't have a homepage. Report any issues at: bugzilla.gnome.org/enter_bug.cgi?product=vte
            – Pepe
            Feb 26 '16 at 1:28












          • try this howtogeek.com/105413/…
            – Mohit Rajan
            Feb 26 '16 at 1:35










          • Answred here:askubuntu.com/questions/739563/how-to-compile-and-install-this/…
            – Mohit Rajan
            Feb 27 '16 at 2:39


















          up vote
          0
          down vote













          You can Install termite on Ubuntu using this script :



          Termite Installer






          share|improve this answer

















          • 1




            I don't see how providing the same information in your answer as that which was already provided by the top answer is adding anything.
            – Elder Geek
            Jun 9 at 19:35


















          up vote
          -1
          down vote













          An easy viable alternative would be to install terminator which is easily available for all currently supported versions of Ubuntu



          This is a very simple 2 step process.



          1) Enable the universe repository



          2) install terminator either through the Ubuntu software center or via the command line in a terminal with the command sudo apt-get install terminator



          This might be a better choice as some say that terminator is superior because it can seperate the terminal window into several areas and you can re-size them as needed. Multiple windows and tabs are also supported.



          Sources:



          Experience



          https://www.slant.co/versus/2444/2462/~terminator_vs_termite






          share|improve this answer



















          • 1




            Downvoted because this does not even attempt to answer the problem. There are many reasons why one would not want to install terminator, for example the UI overhead with titlebar and window borders etc. I find tilix/terminix annoying for the same reasons.
            – Benjamin R
            May 7 '17 at 23:31












          • @BenjaminR Thank you for sharing your views. Rest assured that I posted this answer in an honest attempt to help with the belief that an alternative solution would be welcome. Perhaps this question would have had an answer to your liking sooner of you had made an effort to provide one. I'm sure the community would benefit if you would take a more active role. :-)
            – Elder Geek
            May 7 '17 at 23:49






          • 1




            You've misunderstood me, but I understand why as my comment is definitely sub-ideal when I read it again. I was merely trying to state that assuming the Asker is not aware of terminator or may not have perfectly valid and specific reasons for wanting to use terminix, and instead offering this as an answer when it does not answer the question definitely deserves a downvote. Any answer which does not answer the question does. Asking "Have you tried terminator instead?" in a comment on the question is totally valid.
            – Benjamin R
            May 8 '17 at 1:11








          • 2




            With all due respect, you misunderstand. I provided a viable alternative which is perfectly acceptable under the guidelines. Here's a quote: "Read the question carefully. What, specifically, is the question asking for? Make sure your answer provides that – or a viable alternative.
            – Elder Geek
            May 8 '17 at 12:28










          • I concede the point entirely, thanks for the correction.
            – Benjamin R
            May 8 '17 at 22:45











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "89"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














           

          draft saved


          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f739163%2fhow-to-install-termite%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          4 Answers
          4






          active

          oldest

          votes








          4 Answers
          4






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          9
          down vote













          over here is an install script, that nicely explains all dependencies and stuff, I'll just copy that for you ;)



          Install dependencies



          sudo apt install -y g++ libgtk-3-dev gtk-doc-tools gnutls-bin valac
          intltool libpcre2-dev libglib3.0-cil-dev libgnutls28-dev
          libgirepository1.0-dev libxml2-utils gperf build-essential`


          Get and install vte-ng



          git clone https://github.com/thestinger/vte-ng.git
          echo export LIBRARY_PATH="/usr/include/gtk-3.0:$LIBRARY_PATH"
          cd vte-ng && ./autogen.sh && make && sudo make install
          cd ..


          Get and install termite, and setup



          git clone --recursive https://github.com/thestinger/termite.git
          cd termite && make && sudo make install
          sudo ldconfig
          sudo mkdir -p /lib/terminfo/x
          sudo ln -s /usr/local/share/terminfo/x/xterm-termite /lib/terminfo/x/xterm-termite


          Voila, this should be it ....






          share|improve this answer























          • You should not be doing sudo ln -s /usr/local/share/terminfo/x/xterm-termite /lib/terminfo/x/xterm-termite that's a bad idea. What's the point?
            – Evan Carroll
            Nov 22 at 4:14










          • @EvanCarroll if you point out to me why not, I'll change it, but as you might have read in the first paragraph this "solution" is stolen.
            – db429
            11 hours ago

















          up vote
          9
          down vote













          over here is an install script, that nicely explains all dependencies and stuff, I'll just copy that for you ;)



          Install dependencies



          sudo apt install -y g++ libgtk-3-dev gtk-doc-tools gnutls-bin valac
          intltool libpcre2-dev libglib3.0-cil-dev libgnutls28-dev
          libgirepository1.0-dev libxml2-utils gperf build-essential`


          Get and install vte-ng



          git clone https://github.com/thestinger/vte-ng.git
          echo export LIBRARY_PATH="/usr/include/gtk-3.0:$LIBRARY_PATH"
          cd vte-ng && ./autogen.sh && make && sudo make install
          cd ..


          Get and install termite, and setup



          git clone --recursive https://github.com/thestinger/termite.git
          cd termite && make && sudo make install
          sudo ldconfig
          sudo mkdir -p /lib/terminfo/x
          sudo ln -s /usr/local/share/terminfo/x/xterm-termite /lib/terminfo/x/xterm-termite


          Voila, this should be it ....






          share|improve this answer























          • You should not be doing sudo ln -s /usr/local/share/terminfo/x/xterm-termite /lib/terminfo/x/xterm-termite that's a bad idea. What's the point?
            – Evan Carroll
            Nov 22 at 4:14










          • @EvanCarroll if you point out to me why not, I'll change it, but as you might have read in the first paragraph this "solution" is stolen.
            – db429
            11 hours ago















          up vote
          9
          down vote










          up vote
          9
          down vote









          over here is an install script, that nicely explains all dependencies and stuff, I'll just copy that for you ;)



          Install dependencies



          sudo apt install -y g++ libgtk-3-dev gtk-doc-tools gnutls-bin valac
          intltool libpcre2-dev libglib3.0-cil-dev libgnutls28-dev
          libgirepository1.0-dev libxml2-utils gperf build-essential`


          Get and install vte-ng



          git clone https://github.com/thestinger/vte-ng.git
          echo export LIBRARY_PATH="/usr/include/gtk-3.0:$LIBRARY_PATH"
          cd vte-ng && ./autogen.sh && make && sudo make install
          cd ..


          Get and install termite, and setup



          git clone --recursive https://github.com/thestinger/termite.git
          cd termite && make && sudo make install
          sudo ldconfig
          sudo mkdir -p /lib/terminfo/x
          sudo ln -s /usr/local/share/terminfo/x/xterm-termite /lib/terminfo/x/xterm-termite


          Voila, this should be it ....






          share|improve this answer














          over here is an install script, that nicely explains all dependencies and stuff, I'll just copy that for you ;)



          Install dependencies



          sudo apt install -y g++ libgtk-3-dev gtk-doc-tools gnutls-bin valac
          intltool libpcre2-dev libglib3.0-cil-dev libgnutls28-dev
          libgirepository1.0-dev libxml2-utils gperf build-essential`


          Get and install vte-ng



          git clone https://github.com/thestinger/vte-ng.git
          echo export LIBRARY_PATH="/usr/include/gtk-3.0:$LIBRARY_PATH"
          cd vte-ng && ./autogen.sh && make && sudo make install
          cd ..


          Get and install termite, and setup



          git clone --recursive https://github.com/thestinger/termite.git
          cd termite && make && sudo make install
          sudo ldconfig
          sudo mkdir -p /lib/terminfo/x
          sudo ln -s /usr/local/share/terminfo/x/xterm-termite /lib/terminfo/x/xterm-termite


          Voila, this should be it ....







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Nov 22 at 4:13









          Evan Carroll

          4,609103466




          4,609103466










          answered Apr 19 '17 at 3:47









          db429

          1,302517




          1,302517












          • You should not be doing sudo ln -s /usr/local/share/terminfo/x/xterm-termite /lib/terminfo/x/xterm-termite that's a bad idea. What's the point?
            – Evan Carroll
            Nov 22 at 4:14










          • @EvanCarroll if you point out to me why not, I'll change it, but as you might have read in the first paragraph this "solution" is stolen.
            – db429
            11 hours ago




















          • You should not be doing sudo ln -s /usr/local/share/terminfo/x/xterm-termite /lib/terminfo/x/xterm-termite that's a bad idea. What's the point?
            – Evan Carroll
            Nov 22 at 4:14










          • @EvanCarroll if you point out to me why not, I'll change it, but as you might have read in the first paragraph this "solution" is stolen.
            – db429
            11 hours ago


















          You should not be doing sudo ln -s /usr/local/share/terminfo/x/xterm-termite /lib/terminfo/x/xterm-termite that's a bad idea. What's the point?
          – Evan Carroll
          Nov 22 at 4:14




          You should not be doing sudo ln -s /usr/local/share/terminfo/x/xterm-termite /lib/terminfo/x/xterm-termite that's a bad idea. What's the point?
          – Evan Carroll
          Nov 22 at 4:14












          @EvanCarroll if you point out to me why not, I'll change it, but as you might have read in the first paragraph this "solution" is stolen.
          – db429
          11 hours ago






          @EvanCarroll if you point out to me why not, I'll change it, but as you might have read in the first paragraph this "solution" is stolen.
          – db429
          11 hours ago














          up vote
          0
          down vote













          It looks like you didnt install the required DEPENDENCIES. It could be the problem




          Package vte-2.91 was not found in the pkg-config search path.
          Try installing vte-ng https://github.com/thestinger/vte-ng







          share|improve this answer





















          • I did see that, but i'm not sure how install vte-ng. They don't tell you how to install it. Do you know how to install vte-ng?
            – Pepe
            Feb 26 '16 at 1:22










          • it should usually be mentioned in the read me file(after download the zip file)
            – Mohit Rajan
            Feb 26 '16 at 1:24










          • This is the read me: * What is VTE? VTE is a library (libvte) implementing a terminal emulator widget for GTK+, and a minimal sample application (vte) using that. Vte is mainly used in gnome-terminal, but can also be used to embed a console/terminal in games, editors, IDEs, etc. VTE doesn't have a homepage. Report any issues at: bugzilla.gnome.org/enter_bug.cgi?product=vte
            – Pepe
            Feb 26 '16 at 1:28












          • try this howtogeek.com/105413/…
            – Mohit Rajan
            Feb 26 '16 at 1:35










          • Answred here:askubuntu.com/questions/739563/how-to-compile-and-install-this/…
            – Mohit Rajan
            Feb 27 '16 at 2:39















          up vote
          0
          down vote













          It looks like you didnt install the required DEPENDENCIES. It could be the problem




          Package vte-2.91 was not found in the pkg-config search path.
          Try installing vte-ng https://github.com/thestinger/vte-ng







          share|improve this answer





















          • I did see that, but i'm not sure how install vte-ng. They don't tell you how to install it. Do you know how to install vte-ng?
            – Pepe
            Feb 26 '16 at 1:22










          • it should usually be mentioned in the read me file(after download the zip file)
            – Mohit Rajan
            Feb 26 '16 at 1:24










          • This is the read me: * What is VTE? VTE is a library (libvte) implementing a terminal emulator widget for GTK+, and a minimal sample application (vte) using that. Vte is mainly used in gnome-terminal, but can also be used to embed a console/terminal in games, editors, IDEs, etc. VTE doesn't have a homepage. Report any issues at: bugzilla.gnome.org/enter_bug.cgi?product=vte
            – Pepe
            Feb 26 '16 at 1:28












          • try this howtogeek.com/105413/…
            – Mohit Rajan
            Feb 26 '16 at 1:35










          • Answred here:askubuntu.com/questions/739563/how-to-compile-and-install-this/…
            – Mohit Rajan
            Feb 27 '16 at 2:39













          up vote
          0
          down vote










          up vote
          0
          down vote









          It looks like you didnt install the required DEPENDENCIES. It could be the problem




          Package vte-2.91 was not found in the pkg-config search path.
          Try installing vte-ng https://github.com/thestinger/vte-ng







          share|improve this answer












          It looks like you didnt install the required DEPENDENCIES. It could be the problem




          Package vte-2.91 was not found in the pkg-config search path.
          Try installing vte-ng https://github.com/thestinger/vte-ng








          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Feb 26 '16 at 1:21









          Mohit Rajan

          542521




          542521












          • I did see that, but i'm not sure how install vte-ng. They don't tell you how to install it. Do you know how to install vte-ng?
            – Pepe
            Feb 26 '16 at 1:22










          • it should usually be mentioned in the read me file(after download the zip file)
            – Mohit Rajan
            Feb 26 '16 at 1:24










          • This is the read me: * What is VTE? VTE is a library (libvte) implementing a terminal emulator widget for GTK+, and a minimal sample application (vte) using that. Vte is mainly used in gnome-terminal, but can also be used to embed a console/terminal in games, editors, IDEs, etc. VTE doesn't have a homepage. Report any issues at: bugzilla.gnome.org/enter_bug.cgi?product=vte
            – Pepe
            Feb 26 '16 at 1:28












          • try this howtogeek.com/105413/…
            – Mohit Rajan
            Feb 26 '16 at 1:35










          • Answred here:askubuntu.com/questions/739563/how-to-compile-and-install-this/…
            – Mohit Rajan
            Feb 27 '16 at 2:39


















          • I did see that, but i'm not sure how install vte-ng. They don't tell you how to install it. Do you know how to install vte-ng?
            – Pepe
            Feb 26 '16 at 1:22










          • it should usually be mentioned in the read me file(after download the zip file)
            – Mohit Rajan
            Feb 26 '16 at 1:24










          • This is the read me: * What is VTE? VTE is a library (libvte) implementing a terminal emulator widget for GTK+, and a minimal sample application (vte) using that. Vte is mainly used in gnome-terminal, but can also be used to embed a console/terminal in games, editors, IDEs, etc. VTE doesn't have a homepage. Report any issues at: bugzilla.gnome.org/enter_bug.cgi?product=vte
            – Pepe
            Feb 26 '16 at 1:28












          • try this howtogeek.com/105413/…
            – Mohit Rajan
            Feb 26 '16 at 1:35










          • Answred here:askubuntu.com/questions/739563/how-to-compile-and-install-this/…
            – Mohit Rajan
            Feb 27 '16 at 2:39
















          I did see that, but i'm not sure how install vte-ng. They don't tell you how to install it. Do you know how to install vte-ng?
          – Pepe
          Feb 26 '16 at 1:22




          I did see that, but i'm not sure how install vte-ng. They don't tell you how to install it. Do you know how to install vte-ng?
          – Pepe
          Feb 26 '16 at 1:22












          it should usually be mentioned in the read me file(after download the zip file)
          – Mohit Rajan
          Feb 26 '16 at 1:24




          it should usually be mentioned in the read me file(after download the zip file)
          – Mohit Rajan
          Feb 26 '16 at 1:24












          This is the read me: * What is VTE? VTE is a library (libvte) implementing a terminal emulator widget for GTK+, and a minimal sample application (vte) using that. Vte is mainly used in gnome-terminal, but can also be used to embed a console/terminal in games, editors, IDEs, etc. VTE doesn't have a homepage. Report any issues at: bugzilla.gnome.org/enter_bug.cgi?product=vte
          – Pepe
          Feb 26 '16 at 1:28






          This is the read me: * What is VTE? VTE is a library (libvte) implementing a terminal emulator widget for GTK+, and a minimal sample application (vte) using that. Vte is mainly used in gnome-terminal, but can also be used to embed a console/terminal in games, editors, IDEs, etc. VTE doesn't have a homepage. Report any issues at: bugzilla.gnome.org/enter_bug.cgi?product=vte
          – Pepe
          Feb 26 '16 at 1:28














          try this howtogeek.com/105413/…
          – Mohit Rajan
          Feb 26 '16 at 1:35




          try this howtogeek.com/105413/…
          – Mohit Rajan
          Feb 26 '16 at 1:35












          Answred here:askubuntu.com/questions/739563/how-to-compile-and-install-this/…
          – Mohit Rajan
          Feb 27 '16 at 2:39




          Answred here:askubuntu.com/questions/739563/how-to-compile-and-install-this/…
          – Mohit Rajan
          Feb 27 '16 at 2:39










          up vote
          0
          down vote













          You can Install termite on Ubuntu using this script :



          Termite Installer






          share|improve this answer

















          • 1




            I don't see how providing the same information in your answer as that which was already provided by the top answer is adding anything.
            – Elder Geek
            Jun 9 at 19:35















          up vote
          0
          down vote













          You can Install termite on Ubuntu using this script :



          Termite Installer






          share|improve this answer

















          • 1




            I don't see how providing the same information in your answer as that which was already provided by the top answer is adding anything.
            – Elder Geek
            Jun 9 at 19:35













          up vote
          0
          down vote










          up vote
          0
          down vote









          You can Install termite on Ubuntu using this script :



          Termite Installer






          share|improve this answer












          You can Install termite on Ubuntu using this script :



          Termite Installer







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jun 2 '17 at 7:19









          Ali Zeynali

          13318




          13318








          • 1




            I don't see how providing the same information in your answer as that which was already provided by the top answer is adding anything.
            – Elder Geek
            Jun 9 at 19:35














          • 1




            I don't see how providing the same information in your answer as that which was already provided by the top answer is adding anything.
            – Elder Geek
            Jun 9 at 19:35








          1




          1




          I don't see how providing the same information in your answer as that which was already provided by the top answer is adding anything.
          – Elder Geek
          Jun 9 at 19:35




          I don't see how providing the same information in your answer as that which was already provided by the top answer is adding anything.
          – Elder Geek
          Jun 9 at 19:35










          up vote
          -1
          down vote













          An easy viable alternative would be to install terminator which is easily available for all currently supported versions of Ubuntu



          This is a very simple 2 step process.



          1) Enable the universe repository



          2) install terminator either through the Ubuntu software center or via the command line in a terminal with the command sudo apt-get install terminator



          This might be a better choice as some say that terminator is superior because it can seperate the terminal window into several areas and you can re-size them as needed. Multiple windows and tabs are also supported.



          Sources:



          Experience



          https://www.slant.co/versus/2444/2462/~terminator_vs_termite






          share|improve this answer



















          • 1




            Downvoted because this does not even attempt to answer the problem. There are many reasons why one would not want to install terminator, for example the UI overhead with titlebar and window borders etc. I find tilix/terminix annoying for the same reasons.
            – Benjamin R
            May 7 '17 at 23:31












          • @BenjaminR Thank you for sharing your views. Rest assured that I posted this answer in an honest attempt to help with the belief that an alternative solution would be welcome. Perhaps this question would have had an answer to your liking sooner of you had made an effort to provide one. I'm sure the community would benefit if you would take a more active role. :-)
            – Elder Geek
            May 7 '17 at 23:49






          • 1




            You've misunderstood me, but I understand why as my comment is definitely sub-ideal when I read it again. I was merely trying to state that assuming the Asker is not aware of terminator or may not have perfectly valid and specific reasons for wanting to use terminix, and instead offering this as an answer when it does not answer the question definitely deserves a downvote. Any answer which does not answer the question does. Asking "Have you tried terminator instead?" in a comment on the question is totally valid.
            – Benjamin R
            May 8 '17 at 1:11








          • 2




            With all due respect, you misunderstand. I provided a viable alternative which is perfectly acceptable under the guidelines. Here's a quote: "Read the question carefully. What, specifically, is the question asking for? Make sure your answer provides that – or a viable alternative.
            – Elder Geek
            May 8 '17 at 12:28










          • I concede the point entirely, thanks for the correction.
            – Benjamin R
            May 8 '17 at 22:45















          up vote
          -1
          down vote













          An easy viable alternative would be to install terminator which is easily available for all currently supported versions of Ubuntu



          This is a very simple 2 step process.



          1) Enable the universe repository



          2) install terminator either through the Ubuntu software center or via the command line in a terminal with the command sudo apt-get install terminator



          This might be a better choice as some say that terminator is superior because it can seperate the terminal window into several areas and you can re-size them as needed. Multiple windows and tabs are also supported.



          Sources:



          Experience



          https://www.slant.co/versus/2444/2462/~terminator_vs_termite






          share|improve this answer



















          • 1




            Downvoted because this does not even attempt to answer the problem. There are many reasons why one would not want to install terminator, for example the UI overhead with titlebar and window borders etc. I find tilix/terminix annoying for the same reasons.
            – Benjamin R
            May 7 '17 at 23:31












          • @BenjaminR Thank you for sharing your views. Rest assured that I posted this answer in an honest attempt to help with the belief that an alternative solution would be welcome. Perhaps this question would have had an answer to your liking sooner of you had made an effort to provide one. I'm sure the community would benefit if you would take a more active role. :-)
            – Elder Geek
            May 7 '17 at 23:49






          • 1




            You've misunderstood me, but I understand why as my comment is definitely sub-ideal when I read it again. I was merely trying to state that assuming the Asker is not aware of terminator or may not have perfectly valid and specific reasons for wanting to use terminix, and instead offering this as an answer when it does not answer the question definitely deserves a downvote. Any answer which does not answer the question does. Asking "Have you tried terminator instead?" in a comment on the question is totally valid.
            – Benjamin R
            May 8 '17 at 1:11








          • 2




            With all due respect, you misunderstand. I provided a viable alternative which is perfectly acceptable under the guidelines. Here's a quote: "Read the question carefully. What, specifically, is the question asking for? Make sure your answer provides that – or a viable alternative.
            – Elder Geek
            May 8 '17 at 12:28










          • I concede the point entirely, thanks for the correction.
            – Benjamin R
            May 8 '17 at 22:45













          up vote
          -1
          down vote










          up vote
          -1
          down vote









          An easy viable alternative would be to install terminator which is easily available for all currently supported versions of Ubuntu



          This is a very simple 2 step process.



          1) Enable the universe repository



          2) install terminator either through the Ubuntu software center or via the command line in a terminal with the command sudo apt-get install terminator



          This might be a better choice as some say that terminator is superior because it can seperate the terminal window into several areas and you can re-size them as needed. Multiple windows and tabs are also supported.



          Sources:



          Experience



          https://www.slant.co/versus/2444/2462/~terminator_vs_termite






          share|improve this answer














          An easy viable alternative would be to install terminator which is easily available for all currently supported versions of Ubuntu



          This is a very simple 2 step process.



          1) Enable the universe repository



          2) install terminator either through the Ubuntu software center or via the command line in a terminal with the command sudo apt-get install terminator



          This might be a better choice as some say that terminator is superior because it can seperate the terminal window into several areas and you can re-size them as needed. Multiple windows and tabs are also supported.



          Sources:



          Experience



          https://www.slant.co/versus/2444/2462/~terminator_vs_termite







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited May 8 '17 at 12:28

























          answered Apr 18 '17 at 16:37









          Elder Geek

          26.1k951124




          26.1k951124








          • 1




            Downvoted because this does not even attempt to answer the problem. There are many reasons why one would not want to install terminator, for example the UI overhead with titlebar and window borders etc. I find tilix/terminix annoying for the same reasons.
            – Benjamin R
            May 7 '17 at 23:31












          • @BenjaminR Thank you for sharing your views. Rest assured that I posted this answer in an honest attempt to help with the belief that an alternative solution would be welcome. Perhaps this question would have had an answer to your liking sooner of you had made an effort to provide one. I'm sure the community would benefit if you would take a more active role. :-)
            – Elder Geek
            May 7 '17 at 23:49






          • 1




            You've misunderstood me, but I understand why as my comment is definitely sub-ideal when I read it again. I was merely trying to state that assuming the Asker is not aware of terminator or may not have perfectly valid and specific reasons for wanting to use terminix, and instead offering this as an answer when it does not answer the question definitely deserves a downvote. Any answer which does not answer the question does. Asking "Have you tried terminator instead?" in a comment on the question is totally valid.
            – Benjamin R
            May 8 '17 at 1:11








          • 2




            With all due respect, you misunderstand. I provided a viable alternative which is perfectly acceptable under the guidelines. Here's a quote: "Read the question carefully. What, specifically, is the question asking for? Make sure your answer provides that – or a viable alternative.
            – Elder Geek
            May 8 '17 at 12:28










          • I concede the point entirely, thanks for the correction.
            – Benjamin R
            May 8 '17 at 22:45














          • 1




            Downvoted because this does not even attempt to answer the problem. There are many reasons why one would not want to install terminator, for example the UI overhead with titlebar and window borders etc. I find tilix/terminix annoying for the same reasons.
            – Benjamin R
            May 7 '17 at 23:31












          • @BenjaminR Thank you for sharing your views. Rest assured that I posted this answer in an honest attempt to help with the belief that an alternative solution would be welcome. Perhaps this question would have had an answer to your liking sooner of you had made an effort to provide one. I'm sure the community would benefit if you would take a more active role. :-)
            – Elder Geek
            May 7 '17 at 23:49






          • 1




            You've misunderstood me, but I understand why as my comment is definitely sub-ideal when I read it again. I was merely trying to state that assuming the Asker is not aware of terminator or may not have perfectly valid and specific reasons for wanting to use terminix, and instead offering this as an answer when it does not answer the question definitely deserves a downvote. Any answer which does not answer the question does. Asking "Have you tried terminator instead?" in a comment on the question is totally valid.
            – Benjamin R
            May 8 '17 at 1:11








          • 2




            With all due respect, you misunderstand. I provided a viable alternative which is perfectly acceptable under the guidelines. Here's a quote: "Read the question carefully. What, specifically, is the question asking for? Make sure your answer provides that – or a viable alternative.
            – Elder Geek
            May 8 '17 at 12:28










          • I concede the point entirely, thanks for the correction.
            – Benjamin R
            May 8 '17 at 22:45








          1




          1




          Downvoted because this does not even attempt to answer the problem. There are many reasons why one would not want to install terminator, for example the UI overhead with titlebar and window borders etc. I find tilix/terminix annoying for the same reasons.
          – Benjamin R
          May 7 '17 at 23:31






          Downvoted because this does not even attempt to answer the problem. There are many reasons why one would not want to install terminator, for example the UI overhead with titlebar and window borders etc. I find tilix/terminix annoying for the same reasons.
          – Benjamin R
          May 7 '17 at 23:31














          @BenjaminR Thank you for sharing your views. Rest assured that I posted this answer in an honest attempt to help with the belief that an alternative solution would be welcome. Perhaps this question would have had an answer to your liking sooner of you had made an effort to provide one. I'm sure the community would benefit if you would take a more active role. :-)
          – Elder Geek
          May 7 '17 at 23:49




          @BenjaminR Thank you for sharing your views. Rest assured that I posted this answer in an honest attempt to help with the belief that an alternative solution would be welcome. Perhaps this question would have had an answer to your liking sooner of you had made an effort to provide one. I'm sure the community would benefit if you would take a more active role. :-)
          – Elder Geek
          May 7 '17 at 23:49




          1




          1




          You've misunderstood me, but I understand why as my comment is definitely sub-ideal when I read it again. I was merely trying to state that assuming the Asker is not aware of terminator or may not have perfectly valid and specific reasons for wanting to use terminix, and instead offering this as an answer when it does not answer the question definitely deserves a downvote. Any answer which does not answer the question does. Asking "Have you tried terminator instead?" in a comment on the question is totally valid.
          – Benjamin R
          May 8 '17 at 1:11






          You've misunderstood me, but I understand why as my comment is definitely sub-ideal when I read it again. I was merely trying to state that assuming the Asker is not aware of terminator or may not have perfectly valid and specific reasons for wanting to use terminix, and instead offering this as an answer when it does not answer the question definitely deserves a downvote. Any answer which does not answer the question does. Asking "Have you tried terminator instead?" in a comment on the question is totally valid.
          – Benjamin R
          May 8 '17 at 1:11






          2




          2




          With all due respect, you misunderstand. I provided a viable alternative which is perfectly acceptable under the guidelines. Here's a quote: "Read the question carefully. What, specifically, is the question asking for? Make sure your answer provides that – or a viable alternative.
          – Elder Geek
          May 8 '17 at 12:28




          With all due respect, you misunderstand. I provided a viable alternative which is perfectly acceptable under the guidelines. Here's a quote: "Read the question carefully. What, specifically, is the question asking for? Make sure your answer provides that – or a viable alternative.
          – Elder Geek
          May 8 '17 at 12:28












          I concede the point entirely, thanks for the correction.
          – Benjamin R
          May 8 '17 at 22:45




          I concede the point entirely, thanks for the correction.
          – Benjamin R
          May 8 '17 at 22:45


















           

          draft saved


          draft discarded



















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f739163%2fhow-to-install-termite%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

          Mangá

           ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕