当前位置: 技术问答>linux和unix
解压缩包报了个错,什么意思?
来源: 互联网 发布时间:2016-10-01
本文导语: 用winCP中的untar命令执行后报错,什么意思? 命令 'tar -xz --directory="./tmp" -f "gd-2.0.35.tar.bz2"' 失败并返回1,错误消息 tar: unrecognized option `--directory=./tmp' BusyBox v1.10.3 (2008-06-11 06:06:30 UTC) multi-call binary Usage: tar -[c...
用winCP中的untar命令执行后报错,什么意思?
命令 'tar -xz --directory="./tmp" -f "gd-2.0.35.tar.bz2"'
失败并返回1,错误消息
tar: unrecognized option `--directory=./tmp'
BusyBox v1.10.3 (2008-06-11 06:06:30 UTC) multi-call binary
Usage: tar -[czjZxtvO] [-X FILE] [-f TARFILE] [-C DIR] [FILE(s)]...
Create, extract, or list files from a tar file
Options:
c Create
x Extract
t List
Archive format selection:
z Filter the archive through gzip
j Filter the archive through bzip2
Z Filter the archive through compress
File selection:
f Name of TARFILE or "-" for stdin
O Extract to stdout
exclude File to exclude
X File with names to exclude
C Change to directory DIR before operation
v Verbose。
命令 'tar -xz --directory="./tmp" -f "gd-2.0.35.tar.bz2"'
失败并返回1,错误消息
tar: unrecognized option `--directory=./tmp'
BusyBox v1.10.3 (2008-06-11 06:06:30 UTC) multi-call binary
Usage: tar -[czjZxtvO] [-X FILE] [-f TARFILE] [-C DIR] [FILE(s)]...
Create, extract, or list files from a tar file
Options:
c Create
x Extract
t List
Archive format selection:
z Filter the archive through gzip
j Filter the archive through bzip2
Z Filter the archive through compress
File selection:
f Name of TARFILE or "-" for stdin
O Extract to stdout
exclude File to exclude
X File with names to exclude
C Change to directory DIR before operation
v Verbose。
|
很明显 提示这个`--directory=./tmp'参数错误
解压这个包 这个命令
tar -xj -C ./tmp gd-2.0.35.tar.bz2
你这个包是bz2 结尾的 要用j这个参数,解压的路径 -C 后面加路径就可以了
解压这个包 这个命令
tar -xj -C ./tmp gd-2.0.35.tar.bz2
你这个包是bz2 结尾的 要用j这个参数,解压的路径 -C 后面加路径就可以了
|
tar 没有"--directory=./tmp"这个参数,试一下"-C ./tmp"试试。
|
识别的参数有问题,
|
tar: unrecognized option `--directory=./tmp'
这么简单的错误 你自己不会读一下吗?
还有 你这个参数--directory=./tmp是你自创的吧 你在哪儿看到tar有这个参数的?不会的时候至少man tar一下看看使用方法吧!
另外遇到问题要学会使用google自己解决问题 直接一搜.tar.bz2就会解压方法
1楼已经完全给你解决了
这么简单的错误 你自己不会读一下吗?
还有 你这个参数--directory=./tmp是你自创的吧 你在哪儿看到tar有这个参数的?不会的时候至少man tar一下看看使用方法吧!
另外遇到问题要学会使用google自己解决问题 直接一搜.tar.bz2就会解压方法
1楼已经完全给你解决了
|
1楼正解
|
permission denied
说你没权限执行。
#chmod +x configure
#ls -l configure
看看你有没有执行权限 然后再试试
|
路过,一楼正解
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。