How to launch the terminal in gnome? [duplicate]
By Emma Payne •
I have installed Ubuntu 14.04.5 Desktop 32 bit, and I can't find any icon or menu to launch the terminal. Is something wrong? How can I access the terminal?
13 Answers
Click on the search icon on the launcher. Type term. At least one should be listed. You can launch it from there and then pin it (lock it) to the launchbar.
If it's not there, you can install it thusly:
sudo apt-get install gnome-terminalAlternately, if the terminal software is installed,
<ctrl><alt> twill launch it.
Try the keyboard shortcut Ctrl+Alt+T.
Easiest way to launch your Terminal is to just hit a keyboard combination pressing "Windows key + T" on your keyboard. If you installed Ubuntu and chosen Gnome as your environment, your default terminal "gnome-terminal" should be launched in a second.
2