Ubuntu 18.10 Recovering Guide - First Aid
-
Open a Shell session
Ctrl+Alt+t on DesktopIn case first see: Terminal QuickStart Guide.
-
And Execute the Commands:
sudo su -c "apt-get update"
sudo su -c "dpkg --configure -a"
sudo su -c "apt-get -f install"
Contents