怎么知道Linux/Unix下没有安装perl运行环境
我telnet到了远程unix机器,执行perl命令以后无效,我怎么知道这台机器有没有安装perl...
我telnet到了远程unix机器,执行perl命令以后无效,我怎么知道这台机器有没有安装perl
展开
展开全部
连到Unix系统后,输入命令 which perl ,然后回车。
如果装了perl,就能知道在什么路径下安装的,如果显示找不到,就没装。
已经安装:
[host@host]~% which perl
/usr/bin/perl
[host@host]~%
未安装:
[host@host]~% which perl
perl not found
[host@host]~%
显示版本:
[host@host]~% perl -v
This is perl, v5.8.8 built for i386-linux-thread-multi
Copyright 1987-2006, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
[host@host]~%
如果装了perl,就能知道在什么路径下安装的,如果显示找不到,就没装。
已经安装:
[host@host]~% which perl
/usr/bin/perl
[host@host]~%
未安装:
[host@host]~% which perl
perl not found
[host@host]~%
显示版本:
[host@host]~% perl -v
This is perl, v5.8.8 built for i386-linux-thread-multi
Copyright 1987-2006, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
[host@host]~%
浙江启扬智能科技有限公司
2023-06-12 广告
2023-06-12 广告
Android和ARM、Linux之间存在密切的联系。Android是一种基于Linux内核的嵌入式智能操作系统,它采用了ARM处理器作为其主要处理器架构。Android的内核和许多应用程序都是基于ARM架构编写的,包括处理器和内存管理器。...
点击进入详情页
本回答由浙江启扬智能科技有限公司提供
展开全部
用命令
perl -v
能看到版本信息就是有。
perl -v
能看到版本信息就是有。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
一般linux/unix都会有perl的,因为这是系统核心的包,可能是你perl执行文件的路径没有加到系统路径,fedora17下是在/usr/bin 下面
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |