Linuxでも使用できるようになったオープンソースのMicrosoft製シェル 「PowerShell」 のスレッド
GitHub
https://github.com/PowerShell/PowerShell
PowerShell開発チームによるPowerShell on Linuxのリリース記事
https://blogs.msdn.microsoft.com/powershell/2016/08/18/powershell-on-linux-and-open-source-2/
【オープンソース】 PowerShell on Linux 【PS】 [無断転載禁止]©2ch.net
1login:Penguin
2016/08/20(土) 00:35:41.67ID:ekADyp6Z2016/08/20(土) 00:46:13.80ID:ekADyp6Z
■インストール方法
手順は >>1 の GitHubに記載
2016/08/19時点でのインストール方法を引用してみると↓
・Ubuntu 16.04
上のGitページからpowershell_6.0.0-alpha.9-1ubuntu1.16.04.1_amd64.deb をダウンロード
sudo apt-get install libunwind8 libicu55
sudo dpkg -i powershell_6.0.0-alpha.9-1ubuntu1.16.04.1_amd64.deb
・Ubuntu 14.04
上のGitページから powershell_6.0.0-alpha.9-1ubuntu1.14.04.1_amd64.deb をダウンロード
sudo apt-get install libunwind8 libicu52
sudo dpkg -i powershell_6.0.0-alpha.9-1ubuntu1.14.04.1_amd64.deb
・CentOS 7
上のGitページから powershell-6.0.0_alpha.9-1.el7.centos.x86_64.rpm をダウンロード
sudo yum install powershell-6.0.0_alpha.9-1.el7.centos.x86_64.rpm
手順は >>1 の GitHubに記載
2016/08/19時点でのインストール方法を引用してみると↓
・Ubuntu 16.04
上のGitページからpowershell_6.0.0-alpha.9-1ubuntu1.16.04.1_amd64.deb をダウンロード
sudo apt-get install libunwind8 libicu55
sudo dpkg -i powershell_6.0.0-alpha.9-1ubuntu1.16.04.1_amd64.deb
・Ubuntu 14.04
上のGitページから powershell_6.0.0-alpha.9-1ubuntu1.14.04.1_amd64.deb をダウンロード
sudo apt-get install libunwind8 libicu52
sudo dpkg -i powershell_6.0.0-alpha.9-1ubuntu1.14.04.1_amd64.deb
・CentOS 7
上のGitページから powershell-6.0.0_alpha.9-1.el7.centos.x86_64.rpm をダウンロード
sudo yum install powershell-6.0.0_alpha.9-1.el7.centos.x86_64.rpm
2016/08/20(土) 00:46:42.69ID:ekADyp6Z
■ソース
git clone --recursive https://github.com/PowerShell/PowerShell.git
git clone --recursive https://github.com/PowerShell/PowerShell.git
4login:Penguin
2016/08/20(土) 00:57:07.03ID:ekADyp6Z Linux版PowerShellが出たみたいなので、ちょっと興味があったんで立ててみますた
どんだけ使えるのか (or使えないのか) 現時点では不明
後は適当によろ
どんだけ使えるのか (or使えないのか) 現時点では不明
後は適当によろ
レスを投稿する