|
|
xv-3.10a.tar.bz2
这是我执行以后的情况:
----------------
[root@localhost download]# ls
mplayer RealPlayer-10.0.2.608-20041214.i586.rpm.part xv-3.10a.tar.bz2
mplayerplug-in source
[root@localhost download]# gzip -d xv-3.10a.tar.bz2
gzip: xv-3.10a.tar.bz2: unknown suffix -- ignored
[root@localhost download]# gzip xv-3.10a.tar.bz2
[root@localhost download]# ls
mplayer source
mplayerplug-in xv-3.10a.tar.bz2.gz
RealPlayer-10.0.2.608-20041214.i586.rpm.part
[root@localhost download]# tar -xvf xv-3.10a.tar.bz2.gz
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
tar: Error exit delayed from previous errors
---------------------- |
|