tar.gz2 解压缩

以gcc-4.1.0.tar.bz2为例说明

第一步:bzip2 -d gcc-4.1.0.tar.bz2
---上面解压完之后执行下面的命令。

第二步:tar -xvf gcc-4.1.0.tar 或 tar -xvf *.tar
解完之后会出现多一个文件夹 gcc-4.1.0

PS:如果linux已安装bzip2,那么使用tar jvf gcc-4.1.0.tar.bz2就可以了。

那么如果是需要安装的程序呢,接下来如何操作呢?

看到一个比较详细的介绍从解压到安装整个过程的东东:

[yonghu@localhost ~]# su root

口令:

[root@localhost ~]# cd /home/new/Desktop

[root@localhost Desktop]# tar jxvf fcitx-3.4.2.tar.bz2

[root@localhost Desktop]# cd /home/new/Desktop/fcitx-3.4.2

[root@localhost fcitx-3.4.2]#./configure --prefix=/opt/fictx

[root@localhost fcitx-3.4.2]#make

[root@localhost fcitx-3.4.2]#make install

各步骤详解

[yonghu@localhost ~]#su root //(使用root帐户登录,使用其他用户,之后操作有可能权限不够)

口令: // 输入root密码

[root@localhost ~]# cd /home/new/Desktop

// (切换到tar.bz2文件所在目录,这里我的tar.bz2文件在桌面)

[root@localhost Desktop]#tar jxvf fcitx-3.4.2.tar.bz2

// (解压tar.bz2文件,这里以fcitx-3.4.2来举例,解压得到fcitx-3.4.2文件夹)

[root@localhost Desktop]#cd /home/new/Desktop/fcitx-3.4.2

//(切换目录到fcitx-3.4.2,软件解压的目录)

[root@localhost fcitx-3.4.2]#./configure --prefix=/opt/fictx

//(配置,把文件存放在/opt/fictx下,删除时,卸载软件时,只要删除这个文件就行了)

[root@localhost fcitx-3.4.2]#make (编译)

[root@localhost fcitx-3.4.2]#make install (安装)

PS:转自http://hi.baidu.com/hacklong1/blog/item/26d884d209f0150b3af3cf89 .html
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值