How to install termite
up vote
14
down vote
favorite
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
add a comment |
up vote
14
down vote
favorite
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
add a comment |
up vote
14
down vote
favorite
up vote
14
down vote
favorite
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
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
command-line compiling make
edited Apr 19 '17 at 3:11
karel
55k11121139
55k11121139
asked Feb 25 '16 at 23:36
Pepe
3432616
3432616
add a comment |
add a comment |
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 ....
You should not be doingsudo 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
add a comment |
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
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
add a comment |
up vote
0
down vote
You can Install termite
on Ubuntu using this script :
Termite Installer
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
add a comment |
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
1
Downvoted because this does not even attempt to answer the problem. There are many reasons why one would not want to installterminator
, for example the UI overhead with titlebar and window borders etc. I findtilix
/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 ofterminator
or may not have perfectly valid and specific reasons for wanting to useterminix
, 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
|
show 3 more comments
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 ....
You should not be doingsudo 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
add a comment |
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 ....
You should not be doingsudo 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
add a comment |
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 ....
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 ....
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 doingsudo 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
add a comment |
You should not be doingsudo 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
add a comment |
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
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
add a comment |
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
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
add a comment |
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
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
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
add a comment |
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
add a comment |
up vote
0
down vote
You can Install termite
on Ubuntu using this script :
Termite Installer
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
add a comment |
up vote
0
down vote
You can Install termite
on Ubuntu using this script :
Termite Installer
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
add a comment |
up vote
0
down vote
up vote
0
down vote
You can Install termite
on Ubuntu using this script :
Termite Installer
You can Install termite
on Ubuntu using this script :
Termite Installer
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
add a comment |
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
add a comment |
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
1
Downvoted because this does not even attempt to answer the problem. There are many reasons why one would not want to installterminator
, for example the UI overhead with titlebar and window borders etc. I findtilix
/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 ofterminator
or may not have perfectly valid and specific reasons for wanting to useterminix
, 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
|
show 3 more comments
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
1
Downvoted because this does not even attempt to answer the problem. There are many reasons why one would not want to installterminator
, for example the UI overhead with titlebar and window borders etc. I findtilix
/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 ofterminator
or may not have perfectly valid and specific reasons for wanting to useterminix
, 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
|
show 3 more comments
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
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
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 installterminator
, for example the UI overhead with titlebar and window borders etc. I findtilix
/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 ofterminator
or may not have perfectly valid and specific reasons for wanting to useterminix
, 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
|
show 3 more comments
1
Downvoted because this does not even attempt to answer the problem. There are many reasons why one would not want to installterminator
, for example the UI overhead with titlebar and window borders etc. I findtilix
/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 ofterminator
or may not have perfectly valid and specific reasons for wanting to useterminix
, 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
|
show 3 more comments
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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