Skip to content

Instantly share code, notes, and snippets.

@g-ilham
Last active August 29, 2015 14:07
Show Gist options
  • Save g-ilham/64314a7ea3317fe4b05c to your computer and use it in GitHub Desktop.
Save g-ilham/64314a7ea3317fe4b05c to your computer and use it in GitHub Desktop.
VPS install apt-get fails: E: Sub-process /usr/bin/dpkg returned an error code (1)
http://hellocoding.wordpress.com/2014/06/08/sub-process-usr-bin-dpkg-returned-error-1/
1
$ sudo apt-get remove install-info
Then run this command to clear apt archives:
1
$ sudo apt-get clean
Then finally run
1
$ sudo apt-get update
1
$ sudo apt-get upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment