Linux에서 PowerShell 설치하는 방법


<Linux에서 PowerShell 설치하기>
1. PowerShell을 사용하기 위한 Package 다운로드하기
https://goo.gl/kBh7s6
https://github.com/powershell/powershell
여기서 각 OS에 맞는 패키지를 다운로드하면 된다

2. 다운로드된 패키지 설치하기
각 OS별로 설치하는 방법은 다음을 참고
https://goo.gl/Q1v8Ru

<CentOS 7에서 설치>
yum localinstall powershell-6.0.0_alpha.9-1.el7.centos.x86_64.rpm

<Ubuntu 16.04에서 설치>
sudo apt-get install libunwind8 libicu55
또는
sudo dpkg -i powershell_6.0.0-alpha.9-1ubuntu1.16.04.1_amd64.deb

1

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s