Recovering Linux Mint 18 - First Aid
-
As First-Aid Try a Simple Reparation of Linux Mint 18 Sarah.
-
Open a Shell Terminal emulator window
(Press “Enter” to Execute Commands)In 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