我在一个使用Debian (6.0.7-i 386)的虚拟机上,我想学习Perl (开始使用Curtis Poe编写的Perl )。
我对perlbrew有意见。
perlbrew
无检查证书-O - http://install.perlbrew.pl _ bash~/.bashrc中:
源~/perl5 5/perlbrew/etc/bashrc我得到了

请帮帮我
产出的英文翻译:
tar (child): bzip2: Cannot exec: No such file or directory
tar (child): Error is not recoverable: exiting now
/bin/tar: Child returned status 2
/bin/tar: Error is not recoverable: exiting now发布于 2014-07-16 12:49:40
它失败了,因为没有安装bzip2命令行实用程序(在路径中找不到)。
发布于 2014-07-16 21:04:29
谢谢,宜伽米,就是这样。
是我干的
aptitude install bzip2现在起作用了。
https://stackoverflow.com/questions/24780919
复制相似问题