- AWS Tools for PowerShell 6
- Ramesh Waghmare
- 180字
- 2021-07-15 17:09:21
Installing PowerShell 6 on Linux
For Linux installation, there are several ways. As indicated previously, you can download the rpm package, or you can do it using the yum install. Here, I am demonstrating on Red Hat 7 using yum, which is quiet easy. Just make sure your Linux server is connected to the internet; if not, download the rpm package and install it. As highlighted earlier, do not forget to review the instruction set for your platform. Sometimes, there are little deviations from version to version, and some known issues are highlighted. So, instead of scratching your head, a quick scan through the instruction set is a real good help.
PowerShell Core for Linux is published on official Microsoft repositories for easy installation. Perform the following instructions as a root user or your user needs to have sudo rights:
# Register the Microsoft RedHat repository
curl https://packages.microsoft.com/config/rhel/7/prod.repo | sudo tee /etc/yum.repos.d/microsoft.repo
# Install PowerShell
yum install -y powershell
# Start PowerShell
powershell

After installing, you can use the Linux which command to check the path of the powershell executable.

- INSTANT Mock Testing with PowerMock
- 程序員修煉之道:程序設計入門30講
- Node.js Design Patterns
- Programming ArcGIS 10.1 with Python Cookbook
- INSTANT Weka How-to
- Test-Driven Machine Learning
- Learning Unreal Engine Android Game Development
- 深度學習原理與PyTorch實戰(第2版)
- 人工智能算法(卷1):基礎算法
- Bootstrap for Rails
- 并行編程方法與優化實踐
- Learning Image Processing with OpenCV
- Flink核心技術:源碼剖析與特性開發
- 測試工程師Python開發實戰
- Improving your Penetration Testing Skills