使用在Ubuntu中PowerShell

Using PowerShell on Ubuntu

本篇文章介紹如何在Ubuntu中使用PowerShell,通常會需要這樣使用可能是有你特定使用的command在powershell中也希望可以在Linux環境中執行。PowerShell是一個開源專案相關的細節可以在https://github.com/powershell/powershell中查閱到詳細的資訊。

安裝PowerShell

這邊介紹在Ubuntu 20.04中安裝PowerShell


更新系統的套件資訊資料庫

sudo apt-get update

安裝必要套件

sudo apt-get install -y wget apt-transport-https software-properties-common

下載Microsoft repository GPG keys

wget -q https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb

註冊Microsoft repository GPG keys

sudo dpkg -i packages-microsoft-prod.deb

更新套件清單

sudo apt-get update

安裝PowerShell

sudo apt-get install -y powershell

執行 PowerShell

pwsh



留言

這個網誌中的熱門文章

如何關閉nouveau-kernel-driver,解決無法安裝Nvidia driver問題

如何在Nginx所設置的Proxy中可以取得真實客戶的IP位址

如何客製VMware ESXi安裝光碟(加入Realtek驅動程式)