New to Ubuntu but highly interested, I have a problem with 14.04 in locating the terminal for command lines? As an alternative to GNOME Terminal, which I assumed would have been installed, I have tried to download GUAKE Terminal but am prevented by a repetitive error message indicating that the download 'requires the installation of untrusted packages' for which I have the options of ('OK' or 'Repair'). Activation of either has no effect on subsequent repeats, always linked to my hitting the installation button.
Asked
Active
Viewed 3,410 times
2 Answers
1
The terminal for the GNOME environment can be opened one of two ways:
- Applications menu -> Accessories -> Terminal.
- Keyboard Shortcut: Ctrl+Alt+T
Do either of those get you to a terminal environment?

Parto
- 15,325
- 24
- 86
- 117

BenHolland
- 81
0
Guake is in the repository. You can install applications from the repository by using apt-get.
Type this at the command line:
$ sudo apt-get install apt-get
If you get an error during the install, please post the exact error.
Most errors associated with installing applications from the repository can be resolved with this command:
$ sudo apt-get update
By the way you can get to the default terminal (gnome-terminal
) by hitting Ctrl + Alt+T. Of course you can also get to the default terminal by typing terminal
in the search field of Ubuntu Launch button. xterm
is also a terminal that you can use for running commandlines.

L. D. James
- 25,036
xterm
at the top of the question . . .I was just about to downvote your answer for saying "use this command" while OP cannot find terminal in the first place , hehe – Sergiy Kolodyazhnyy Jan 27 '16 at 06:57apt-get
to perform the install. He has a similar question from yesterday which gave many variations including pictures of how to get to the terminal. Glad you read my full scope before marking asnot useful
. – L. D. James Jan 27 '16 at 07:11