Skip to content

Instantly share code, notes, and snippets.

@DimaSamodurov
Created December 27, 2011 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DimaSamodurov/1523725 to your computer and use it in GitHub Desktop.
Save DimaSamodurov/1523725 to your computer and use it in GitHub Desktop.
How to Fix ‘Requires installation of untrusted packages’ error in Ubuntu
$sudo apt-get update
#notice line like: "The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive.."
#install public key above
$sudo apt-key adv --recv-key --keyserver keyserver.ubuntu.com 40976EAF437D05B5
#thanks to: http://www.liberiangeek.net/2010/10/fix-requires-installation-untrusted-packages-error-ubuntu-10-10-maverick-meerkat/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment