方式1:
4 teps:
1、bunzip2 <file>.tar.bz2
2、tar xf <file>.tar
3、cd /<file>
4、 ./configure
方式2:
tar -jxvf <file>.tar.bz2
方式1:
4 teps:
1、bunzip2 <file>.tar.bz2
2、tar xf <file>.tar
3、cd /<file>
4、 ./configure
方式2:
tar -jxvf <file>.tar.bz2
转载于:https://www.cnblogs.com/kristain/articles/2330671.html