- 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.

- Java范例大全
- 三維圖形化C++趣味編程
- 青少年美育趣味課堂:XMind思維導圖制作
- OpenCV for Secret Agents
- Visual C
- jQuery開發基礎教程
- Hands-On Functional Programming with TypeScript
- Building Android UIs with Custom Views
- C#程序設計教程(第3版)
- Machine Learning in Java
- Mastering Akka
- Vue.js 2 Web Development Projects
- HTML5開發精要與實例詳解
- Mastering Concurrency in Python
- 超簡單:用Python讓Excel飛起來(實戰150例)