GNU/Linux Xubuntu 20.04 Recover Broken System Easy Guide

May 20, 2020 | By the+gnu+linux+evangelist.

First Aid

  1. 1. Accessing Shell

    Open a Shell session
    Ctrl+Alt+t on Desktop.

    Linux Xubuntu 20.04 Focal How to Recover a Broken System - Open Terminal
  2. 2. Fixing Automatically

    And Execute the Commands:

    sudo su -c "apt-get update"
    sudo su -c "dpkg --configure -a"
    sudo su -c "apt-get -f install"

    Last, if needed you can try using the more powerful Aptitude Package Manager.
    So run:

    sudo aptitude upgrade

    In case that you Do Not dispose of aptitude on your System, then possibly Download the .deb Package and Install it with:

    sudo dpkg -i ~/Downloads/aptitude*.deb

QuickChic Theme • Powered by WordPress