0

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?

black
  • 11

2 Answers2

1

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-terminal

Alternately, if the terminal software is installed,

<ctrl><alt> t

will launch it.

jones0610
  • 2,157
0

Try the keyboard shortcut Ctrl+Alt+T.

Here are some other options

Zanna
  • 70,465