Recovering Kubuntu 18.04 - First Aid
-
As First-Aid Try a Simple Reparation of Kubuntu 18.04 Bionic.
-
Open a Shell Terminal emulator window
Start Typing ‘term’ 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