1

After installing package touchegg my laptop will not boot. I want to boot to terminal and run apt-get purge touchegg. How can I boot to terminal and/or otherwise run this command?

I can get as far as the login screen. I login > desktop starts to load > Freeze.

2 Answers2

5

Before loging in press Ctrl+Alt+F1 to change to tty1 and use your username and password to login. After that you can use history to get the last commands used, and that should give you a hint on what caused the issue, and possibly a solution.

In this particular case what did it, somehow, was : sudo apt-get purge gimp inkscape touchegg

0

Before logging in, press Ctrl-Alt-F1. That will open a terminal window. More info regarding the different terminal key combos

  • Ctrl-Alt-F1 works different in Elementary than it does in Ubuntu. It does NOT take you to a terminal screen in Elementary. It did something though which let me login. Running history let me find the problem. Because M. Becerra first mentioned both of these steps I picked this answer. – P.Brian.Mackey May 15 '17 at 19:25