首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法使用perlbrew安装perl 5.14.2

无法使用perlbrew安装perl 5.14.2
EN

Stack Overflow用户
提问于 2014-07-16 12:34:47
回答 2查看 654关注 0票数 1

我在一个使用Debian (6.0.7-i 386)的虚拟机上,我想学习Perl (开始使用Curtis Poe编写的Perl )。

我对perlbrew有意见。

  1. 我安装了perlbrew 无检查证书-O - http://install.perlbrew.pl _ bash
  2. 我将以下命令添加到~/.bashrc中: 源~/perl5 5/perlbrew/etc/bashrc
  3. 之后,我注销并返回,然后运行以下命令: perlbrew安装perl-5.14.2

我得到了

请帮帮我

产出的英文翻译:

代码语言:javascript
复制
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
EN

回答 2

Stack Overflow用户

回答已采纳

发布于 2014-07-16 12:49:40

它失败了,因为没有安装bzip2命令行实用程序(在路径中找不到)。

票数 5
EN

Stack Overflow用户

发布于 2014-07-16 21:04:29

谢谢,宜伽米,就是这样。

是我干的

代码语言:javascript
复制
aptitude install bzip2

现在起作用了。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/24780919

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档