方式1:

  4 teps:

  1、bunzip2 <file>.tar.bz2

  2、tar xf <file>.tar

  3、cd /<file>

  4、 ./configure

方式2:

  tar -jxvf <file>.tar.bz2

相关文章: