In such cases there is a very simple command that reinstalls all the distribution packages and reconfigures them automatically.
sudo dpkg-reconfigure -phigh -a
Since this command would take a lot of time to process (~1 hour) depending on your hardware in case you have a minor dependency problem you can fix it via
sudo apt-get install -f
No Response to "HowTo: Reinstall Ubuntu Automatically"
Post a Comment