Created
September 10, 2016 21:48
-
-
Save obihann/4d895c0f35bb51337574f18f8b3327fb to your computer and use it in GitHub Desktop.
install dependencies for a .deb file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| !#/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