云网牛站
所在位置:首页 > Linux软件 > 微软发布PowerShell快照预览版 支持Ubuntu、CentOS、Debian等系统

微软发布PowerShell快照预览版 支持Ubuntu、CentOS、Debian等系统

2018-07-21 10:19:31作者:LINUX人稿源:cnBeta

微软近年来和Linux开源社区走得很近,特别是与开发Ubuntu的Canonical公司达成了很多平台合作,微软现在面向Ubuntu as a Snap发布了PowerShell预览版本。作为一套自动化与配置管理系统,它现在已经以一个Ubuntu Linux快照包的形式发布,同时也支持其它启用了快照的GUN/Linux发行版本,比如Ubuntu 18.04、Ubuntu 16.04、Ubuntu 14.04、Debian 8.7+、Debian 9、CentOS 7、Red Hat Enterprise Linux 7、OpenSUSE 42.2、Fedora 27、Fedora 28等。

微软发布PowerShell快照预览版 支持Ubuntu、CentOS、Debian等系统

 

简介

PowerShell由跨平台命令行shell、相关脚本语言、以及一个用于处理cmdlet的框架组成,支持在Windows、macOS及Linux操作平台上运行,给重度用户和系统管理员带来了更好的操作系统自动化管理与控制体验。

为方便在众多的Linux发行版上分发,微软最近特地将PowerShell以一个快照的形式打包。

Ubuntu和其它的Linux用户,现已能够借助通用包格式,在他们的操作系统上轻松安装 PowerShell。

PowerShell项目经理Joey Aiello称,PowerShell快照的形式很棒,因其提供了适用于许多Linux发行版的单一包格式,就像PowerShell作为跨平台操作系统的单一自动化平台一样。

微软发布PowerShell快照预览版 支持Ubuntu、CentOS、Debian等系统

 

安装命令

如果你想要在Ubuntu Linux操作系统、或其它支持快照的GNU/Linux发行版上安装微软的PowerShell,比如Arch Linux、Fedora、OpenSuSE、Solus、Gentoo Linux、Debian GNU/Linux、或者Linux Mit,只需执行如下命令:

1.安装PowerShell的稳定版本命令:

snap install powershell –classic

2.安装PowerShell预览版命令:

snap install powershell-preview –classic

 

相关链接

PowerShell Core Preview下载地址

PowerShell Snap Store

PowerShell GitHub

 

下载PowerShell源代码

The PowerShell repository has a number of other repositories embedded as submodules.

To make things easy, you can just clone recursively:

git clone --recursive https://github.com/PowerShell/PowerShell.git

If you already cloned but forgot to use --recursive, you can update submodules manually:

git submodule update --init

 

相关主题

在Linux及OS X系统中安装Microsoft PowerShell

精选文章
热门文章