Skip to content

Instantly share code, notes, and snippets.

@abhishekpatel946
Created January 29, 2023 07:00
Show Gist options
  • Save abhishekpatel946/06e4c2fa84c1f73b30e3fee436ee53b2 to your computer and use it in GitHub Desktop.
Save abhishekpatel946/06e4c2fa84c1f73b30e3fee436ee53b2 to your computer and use it in GitHub Desktop.
# fixing broken packages & configure them
$ sudo dpkg --configure -a
# after rapairing packages install them forcefully
$ sudo apt-get install -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment