Views:
6,654β
Votes: 2β
Tags:
command-line
18.04
Link:
π See Original Answer on Ask Ubuntu β§ π
URL:
https://askubuntu.com/q/1176174
Title:
I cannot open gnome-terminal on Ubuntu 18.04
ID:
/2019/09/23/I-cannot-open-gnome-terminal-on-Ubuntu-18.04
Created:
September 23, 2019
Edited: September 24, 2019
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
Part of the problem might be because you are using a βnew lab computerβ and who knows what theyβve cooked up in the lab?
Try this for starters:
$ apt list | grep gnome-terminal
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
gnome-terminal/xenial,now 3.18.3-1ubuntu1 amd64 [installed]
gnome-terminal-data/xenial,xenial,now 3.18.3-1ubuntu1 all [installed]
If it doesnβt say β[installed]
β at the end of the last two lines then letβs install it with:
sudo apt install gnome-terminal
Hopefully the problem is as simple to fix as thatβ¦
Reply to comment:
Sounds like you need to use:
sudo rm /usr/bin/python3
sudo ln -s python3.5 /usr/bin/python3
Source: Gnome terminal will not start