centos7 3行命令安装powershell
生活随笔
收集整理的這篇文章主要介紹了
centos7 3行命令安装powershell
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
# Register the Microsoft RedHat repository
curl https://packages.microsoft.com/config/rhel/7/prod.repo | sudo tee /etc/yum.repos.d/microsoft.repo# Install PowerShell
sudo yum install -y powershell# Start PowerShell
pwsh
來自微軟官方文檔
總結
以上是生活随笔為你收集整理的centos7 3行命令安装powershell的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: TrojanDownloader简单分析
- 下一篇: 反杀软引擎样本分析