为什么没有找到ppm:命令?

时间:2013-01-07 00:21:59

标签: perl shell ubuntu-12.04 ppm

我正在尝试运行一些ppm命令,但我没有走得太远。我正在虚拟机上运行Ubuntu 12.04.1 LTS

> $ sudo apt-get install ppm
Reading package lists... Done
Building dependency tree       
Reading state information... Done
ppm is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
> $ ppm repo add ASSP2 "http://downloads.sourceforge.net/project/assp/ASSP V2 multithreading/packages/"
No command 'ppm' found, but there are 16 similar ones
ppm: command not found
> $ perl -v

This is perl 5, version 14, subversion 2 (v5.14.2) built for x86_64-linux-gnu-thread-multi
(with 55 registered patches, see perl -V for more detail)

任何方向都会非常有用。

仅供参考:我已经通过使用cpan来解决问题,但我宁愿使用ppm

解决方法就是

$ sudo cpan
cpan[#]> install some::package

1 个答案:

答案 0 :(得分:11)

ppm”是ActiveState's ActivePerl使用的包管理器的名称。

Ubuntu ppm package是“电源政策管理器”,是一个完全不相关的东西。

除非您在Ubuntu安装中使用ActivePerl,否则您不想使用其PPM实用程序。如果您尝试安装的软件包在Ubuntu的存储库中不可用,或者您不想在可用的情况下使用它,那么使用CPAN确实是您最好的选择。