* Linux 환경: Ubuntu 16.04 ## 1 1. 설치 파일 다운로드 #wget https://github.com/PowerShell/PowerShell/releases/powershell_6.0.0-beta.4-1ubuntu1.16.04.1_amd64.deb 2. Powershell 설치를 위해 의존성 모듈 설치 #sudo apt-get install libunwind8 libicu55 3. 다운로드한 Powershell 패키지 설치 #dpkg -i [파일 경로] powershell_6.0.0-beta.4-1ubuntu1.16.04.1_amd64.deb 4. 정상 설치 후 Powershell 명령어로 Powershell 세션 오픈 #Powershell 5. Powershell 명령어 정상 출력..