Skip to content

Instantly share code, notes, and snippets.

@balvinder294
Created January 10, 2020 17:29
Show Gist options
  • Save balvinder294/9c31663f81d27544be436f8b58947d00 to your computer and use it in GitHub Desktop.
Save balvinder294/9c31663f81d27544be436f8b58947d00 to your computer and use it in GitHub Desktop.
FIx Broken Packages Ubuntu
sudo mv /var/lib/dpkg/status /var/lib/dpkg/_status/
&& touch /var/lib/dpkg/status /
&& sudo apt update && sudo apt upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment