Skip to content

Instantly share code, notes, and snippets.

@v2e4lisp
Created July 2, 2014 06:26
Show Gist options
  • Save v2e4lisp/bfc22cc52a04f0947f1d to your computer and use it in GitHub Desktop.
Save v2e4lisp/bfc22cc52a04f0947f1d to your computer and use it in GitHub Desktop.
extract deb file on os x
ar -vx libssl-dev_1.0.1h-3_amd64.deb  

tar -xvzf libssl-dev_1.0.1h-3_amd64.deb data.tar.xz 

tar xvfJ data.tar.xz 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment