欢迎光临
我们一直在努力

Linux解压bz2(bz2解压命令 linux,bz2文件解压命令)

windows系统下bz2文件的压缩与解压缩

有bzip2 for windows, 另外 7z 压缩程式也可以

1. 先将目录档案 封装成tar

2. 再将tar 压缩,格式选bz2

Linux 用tar命令解压安装.bz2错误

在Ubuntu上遇到同类的问题,抛砖引玉一下:

bzip2的版本不正确可能会存在该问题,需要选择升级或者降级bzip2版本,以Ubuntu16.04为例,运行如下命令降级后可以解决:

sudo apt install bzip2=1.0.6-8 libbz2-1.0=1.0.6-8

tar.bz2文件怎样解压出压缩包里的某个指定文件

可以看见有 111 222 333 三个文件

现在要单独解压出333文件,就是下面的命令 [root@localhost home]# tar -jxvf a.tar.bz2 a/333 (单独解压333)a/333[root@localhost home]# ll (查看一下解出来没有,已经有a文件夹了)总计32drwx—— 4 11 11 4096 09-09 14:13 11

drwxr-xr-x 2 root root 4096 09-09 18:59 a

-rw-r–r– 1 root root 188 09-09 18:37 a.tar.bz2

[root@localhost home]# cd a (进入文件夹)

[root@localhost a]# ll (显示内容)总计4-rw-r–r– 1 root root 10 09-09 17:54 333

Linux如何压缩和解压缩.bz2的包

7.

这将压缩文件smb.conf成smb.conf.bz2

#bunzip2 /etc/smb.conf.bz2

这将在当前目录下还原smb.conf.bz2为smb.conf

注: .bz2压缩格式不是很常用,你可以man bzip2

You must be a root,then

tar -zxvf flash_linux.tar.gz

cd flash_linux

mv[cp] ShockwaveFlash.class /usr/lib/mozilla/plugins

mv[cp] libflahplayer.so /usr/lib/mozilla/plugins

or cpoy/move these files to /usr/lib/netscape/pligins

then restart you mozilla or netscape!Thats OK!

mysql-4.0.1-alpha-pc-linux-gnu-i686.tar.gz

大多以tar.gz 和tar.bz2打包软件,大多是通过 ./configure ;make

;make install 来安装的;有的软件是直接make;make install ;

我们可以通过./configure –help

来查看配置软件的功能;大多软件是提供./configure

配置软件的功能的;少数的也没有,如果没有的就不用./configure

;直接make;make install 就行了;

./configure 比较重要的一个参数是 –prefix ,用–prefix

参数,我们可以指定软件安装目录;当我们不需要这个软件时,直接删除软件的目录就行了;

比如我们可以指定fcitx 安装到 /opt/fcitx 目录中;

[root@localhost fcitx]#./configure –prefix=/opt/fcitx

如果我们不需要fcitx 时,可以直接删除 /opt/fcitx 目录;

所以我们举这个例子中,fcitx如果定制安装到

/opt/fcitx目录中,完整的安装方法应该是:

[root@localhost fcitx]# tar jxvf fcitx-3.2-050827.tar.bz2

[root@localhost fcitx]#cd fcitx

[root@localhost fcitx]# ./configure –prefix=/opt/fcitx

赞(0)
未经允许不得转载:机械百科 » Linux解压bz2(bz2解压命令 linux,bz2文件解压命令)

登录

找回密码

注册