执行:
dpkg -x eosio_2.0.7-1-ubuntu-18.04_amd64.deb dist-folder
或者用ar来打开:
先看看里面有什么文件:
ar t eosio_2.0.7-1-ubuntu-18.04_amd64.deb
比如有:
debian-binary
control.tar.xz
data.tar.xz
一般提取里面的 data.tar.xz 就可以了:
ar x eosio_2.0.7-1-ubuntu-18.04_amd64.deb data.tar.xz