Recovering Xubuntu 16.04 - First, Aid
- 
As First-Aid Try a Simple Reparation of Xubuntu 16.04 Xenial.
- 
Open a Terminal Shell emulator window
Ctrl+Alt+t on desktop
(Press “Enter” to Execute Commands)
In case first see: Terminal QuickStart Guide.
 
 - 
 - Execute the Commands:
sudo su -c "apt-get update"
sudo su -c "dpkg --configure -a"
sudo su -c "apt-get -f install"
 
Contents