在Centos 7上面安装Powershell

powershell开源已经有一段时间了,在technet的blog上面也有简单的介绍。

PowerShell on Linux and Open Source! | Windows PowerShell Blog https://blogs.msdn.microsoft.com/powershell/2016/08/18/powershell-on-linux-and-open-source-2/

上面这个链接里面包含丰富的开源powershell的资源供大家学习和参考。

下面是在centos 7上面安装powershell工具。

centos 7的powershell的rpm安装包的下载地址是:

https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.9/powershell-6.0.0_alpha.9-1.el7.centos.x86_64.rpm

把安装包下载到centos 7上,运行下图的命令进行安装即可,特别简单。

1489995390(1)

安装完成后,我们可以运行get-command查看一下Linux上面的powershell目前支持的cmdlet。

1489995434(1)

然后我们测试一下命令的执行情况,比如write-host命令,用户体验方面和window版本的完全一致。

1489995496(1)

相关文章

有时候CentOS工作在无互联网的环境下,需要在离线环境下安装一些组件,这次实现的是模拟在离线环境下安...
首先参照https://www.cnblogs.com/wdw984/p/13330074.html,来进行如何安装Centos和离线下载rpm包。 离...
有两个.NET CORE3.1网站部署在CentOS7上(内网IP是192.168.2.32),现在想实现访问http://192.168.2.32...
1、yum -y install vsftpd 安装vsftpd 2、配置vsftpd的配置文件(/etc/vsftpd/vsftpd.conf)主要修改以...
首先去mysql官网下载mysql的离线rpm安装包(https://downloads.mysql.com/archives/community/) Mysql...
第一步下载erlang环境并安装: wget https://packages.erlang-solutions.com/erlang/rpm/centos/7/x86_...