Home> System Tutorial> LINUX> body text

How to install Powershell on Centos 7

WBOY
Release: 2024-01-02 22:50:29
forward
894 people have browsed it

Powershell has been open source for some time, and there is a brief introduction on the technet blog.

PowerShell on Linux and Open Source! | Windows PowerShell

Blog//m.sbmmt.com/link/4c6515356f214aa275e07ddbbd922a5e

The above link contains a wealth of open source powershell resources for everyone to learn and refer to.

The following is to install the powershell tool on centos 7.

The download address of the rpm installation package of powershell for centos 7 is:

//m.sbmmt.com/link/4342309e4ba71c9a7d478ed061abd025

Download the installation package to centos 7 and run the command below to install it. It is very simple.

Centos 7上面安装Powershell的方法

After the installation is complete, we can run get-command to check the cmdlets currently supported by powershell on Linux.

Centos 7上面安装Powershell的方法

Then we test the execution of commands, such as the write-host command. The user experience is completely consistent with the window version.

Centos 7上面安装Powershell的方法

The above is the detailed content of How to install Powershell on Centos 7. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:jb51.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!