I reebooted Ubuntu 22.04.02 LTS and a command line appears. I cannot access the desktop. I was trying to fix an issue with LabelImg and python 3.9 and python 3.10 before I rebooted. What should I do in order to display the desktop and have access to my files?? I tried installing the desktop with sudo apt-get but nothing was installed...
Asked
Active
Viewed 215 times
0
python3
version? as Ubuntu Desktop requires the default python3 be unchanged... Ubuntu 22.04 LTS Server however is less critical on default python3. You'll likely fix your issue if python3 defaults are returned to normal. – guiverc Jun 23 '23 at 13:01apt
too) thus are limited to manual tools (likewget
to download &dpkg
to install packages instead of front-end tools likeapt
that do both but need a (default version) python3 working. What do you see withpython3 -V
for example; if that has changed from what is expected for 22.04; Ubuntu tools that require python3 may not work correctly or work at all (not working at all is the best/safest option actually) – guiverc Jun 23 '23 at 13:12