Skip to content

Instantly share code, notes, and snippets.

@obihann
Created September 10, 2016 21:48
Show Gist options
  • Select an option

  • Save obihann/4d895c0f35bb51337574f18f8b3327fb to your computer and use it in GitHub Desktop.

Select an option

Save obihann/4d895c0f35bb51337574f18f8b3327fb to your computer and use it in GitHub Desktop.
install dependencies for a .deb file
!#/bin/sh
dpkg-deb -I package.deb | grep Depends | sed -r 's/((\ ([a-z].*):\ )|[,]|(\ [(].*[)]))//gi' | xargs sudo apt-get install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment