Ubuntu 22.04にpowershellをインストールする
環境
OSバージョンを確認します
# cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=22.04 DISTRIB_CODENAME=jammy DISTRIB_DESCRIPTION="Ubuntu 22.04 LTS"
1.snapからpowershellをインストールします
# sudo snap install powershell --classic
2.powershellを確認します
# powershell
PowerShell 7.2.3
Copyright (c) Microsoft Corporation.
https://aka.ms/powershell
Type 'help’ to get help.
PS /root>Update-Help