What is the difference between xterm and terminal in Ubuntu?
What's the difference between Terminal in Ubuntu desktop (Applications>Accessories>Terminal) and xterm? They look very similar.
1 Answer
The difference is that xterm is the standard terminal emulator of the X Window System, while gnome-terminal is the standard terminal emulator of the GNOME project.
They are similar because both are terminal emulators.
For more information about why terminals need to be emulated and what a "real" or a "virtual" terminal is read this question and answer: .
A terminal is not a shell. To learn about the difference between a terminal and a shell read this question and answer: .
4