just an hour ago, I installed some package which was supposed to solve the problem with dead keys. After that I restarted my laptop and could not log in because of infinite loop with the login page. I can use the user account but what can I do from it?
I cannot access BIOS, booting from USB does not work. I tried to switch from GUI to the shell Str+Alt+F3 and login in using my superuser credentials but sudo is not recognized in the shell. This is the error message I got:
Command ´Sudo´ is available in /usr/bin/sudo this command cound not be located because /usr/bin is not included in the PATH environment variable. Sudo command not found.
Im begging for help.
sudowith the full path i.e./usr/bin/sudo somecommand? Have you tried resetting yourPATHvariable from the Ctrl-Alt-F3 login? – steeldriver Aug 29 '14 at 22:51PATHin the current session by re-sourcing the /etc/environment file i.e.. /etc/environmentorsource /etc/environment. After that you should be able to make any necessary edits to your~/.profilefile – steeldriver Aug 29 '14 at 23:30