首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

tar.bz2解压步骤

2012-09-06 
tar.bz2解压方法1.tar -zvxf wine******.tar.bz2(解压缩) cd wine-*(进入解压缩后的文件目录) ./configure

tar.bz2解压方法
1.tar -zvxf wine******.tar.bz2(解压缩)
cd wine-*(进入解压缩后的文件目录)
./configure(运行configure安装配置文件)
make && make install(批执行安装操作)-------------------------------------2.假设你的racer.tar.gz放在目录/home/download里
以下是终端里需要运行的命令
cd /home/download
tar -xzvf racer.tar.gz
cd racer
./configure
make
make install-------------------------------------3.root@localhost fcitx]# tar jxvf fcitx-3.2-050827.tar.bz2
[root@localhost fcitx]#cd fcitx
[root@localhost fcitx]# ./configure --prefix=/opt/fcitx
[root@localhost fcitx]# make
[root@localhost fcitx]# make install
我测试了,第一种失败,第三种成功

热点排行