Yesterday I installed Ubuntu, but now I cannot open Terminal... I click on the Terminal icon and it doesn't start, and ctrl+alt+t isn't working either.
I've read different ways to fix this (and none of them worked)
One way was to open XTerm and type gnome-terminal
. When I did that I got this output:
Could not find platform independent libraries < prefix >
Could not find platform dependent libraries < exec_prefix >
Consider setting $PYTHONHOME to < prefix >[:< exec_prefix >]
Fatal Python error: Py_Initialize: Unable to get the locale encoding
ImportError: No module named 'encodings'
Current thread 0x00007f54f2451700 (most recent call first):
Aborted (core dumped)
Today I tried to install Python and it didn't work for some reason... maybe that caused some problem?
Another way that I read was to change the language and locale (I'm from Argentina)... but I have just found that Language Support doesn't open either!!
gnome-terminal
from the Software Center? Either that, of do a CTRL+ALT+F1 and thensudo apt install gnome-terminal
(or trysudo apt install -f gnome-terminal
if that doesn't work). – Vanessa Deagan Jan 15 '18 at 22:56/var/lib/dpkg/lock
is the absolute last thing you should do. (There are many warnings in the linked thread about that.) It has a high chance of breaking your system and it appears that's exactly what's happened in this case. I'm not sure if this is a direct result of the original issue or just tangential. – wjandrea Jul 31 '18 at 19:15