Hi All,
I accidentally deleted the MATE-desktop and can't login now. I don't even have a terminal to "sudo apt-get install Mate-desktop". Anyone can help?
thanks ahead,
Frank




tdockery97 wrote:Reboot your system. At the Grub screen select to boot in the recovery mode. It should bring you to a login prompt in what looks like a full screen terminal. You can login there, and if you have ethernet connection you can run sudo apt-get install mate-desktop.

mount -o remount,rw /


xenopeek wrote:I think the root console may mount your root partition read-only, hence giving the errors about not being able to write. You can remount the root partition for read-write access with the following command:
- Code: Select all
mount -o remount,rw /




xenopeek wrote:Did you forget the final / (forward slash)? That is the directory you want to remount.


Users browsing this forum: kureis and 27 guests