@@ -29,39 +29,49 @@ You can download and install a PowerShell package for any of the following platf
2929| ---------------------------------- | ---------------------- | ----------------------------- |
3030| Windows (x64) | [ .msi] [ rl-windows-64 ] | [ Instructions] [ in-windows ] |
3131| Windows (x86) | [ .msi] [ rl-windows-86 ] | [ Instructions] [ in-windows ] |
32+ | Ubuntu 17.04 | [ .deb] [ rl-ubuntu17 ] | [ Instructions] [ in-ubuntu17 ] |
3233| Ubuntu 16.04 | [ .deb] [ rl-ubuntu16 ] | [ Instructions] [ in-ubuntu16 ] |
3334| Ubuntu 14.04 | [ .deb] [ rl-ubuntu14 ] | [ Instructions] [ in-ubuntu14 ] |
34- | Debian 8 | [ .deb] [ rl-ubuntu14 ] | [ Instructions] [ in-deb8 ] |
35+ | Debian 8 | [ .deb] [ rl-debian8 ] | [ Instructions] [ in-deb8 ] |
36+ | Debian 9 | [ .deb] [ rl-debian9 ] | [ Instructions] [ in-deb9 ] |
3537| CentOS 7 | [ .rpm] [ rl-centos ] | [ Instructions] [ in-centos ] |
3638| Red Hat Enterprise Linux 7 | [ .rpm] [ rl-centos ] | [ Instructions] [ in-rhel7 ] |
37- | OpenSUSE 42.1 | [ .rpm] [ rl-opensuse421 ] | [ Instructions] [ in-opensuse421 ] |
39+ | OpenSUSE 42.2 | [ .rpm] [ rl-centos ] | [ Instructions] [ in-opensuse422 ] |
40+ | Fedora 25 | [ .rpm] [ rl-centos ] | [ Instructions] [ in-fedora25 ] |
41+ | Fedora 26 | [ .rpm] [ rl-centos ] | [ Instructions] [ in-fedora26 ] |
3842| Arch Linux | | [ Instructions] [ in-archlinux ] |
3943| Many Linux distributions | [ .AppImage] [ rl-ai ] | [ Instructions] [ in-appimage ] |
4044| macOS 10.12 | [ .pkg] [ rl-macos ] | [ Instructions] [ in-macos ] |
4145| Docker | | [ Instructions] [ in-docker ] |
4246| Kali Linux | [ .deb] [ rl-ubuntu16 ] | [ Instructions] [ in-kali ]
4347
44- [ rl-windows-64 ] : https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.7/PowerShell-6.0.0-beta.7-win-x64.msi
45- [ rl-windows-86 ] : https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.7/PowerShell-6.0.0-beta.7-win-x86.msi
46- [ rl-ubuntu16 ] : https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.7/powershell_6.0.0-beta.7-1ubuntu1.16.04.1_amd64.deb
47- [ rl-ubuntu14 ] : https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.7/powershell_6.0.0-beta.7-1ubuntu1.14.04.1_amd64.deb
48- [ rl-centos ] : https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.7/powershell-6.0.0_beta.7-1.el7.x86_64.rpm
49- [ rl-ai ] : https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.7/PowerShell-6.0.0-beta.7-x86_64.AppImage
50- [ rl-macos ] : https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.7/powershell-6.0.0-beta.7-osx.10.12-x64.pkg
51- [ rl-opensuse421 ] : https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.6/powershell-6.0.0_beta.6-1.suse.42.1.x86_64.rpm
48+ [ rl-windows-64 ] : https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.8/PowerShell-6.0.0-beta.8-win-x64.msi
49+ [ rl-windows-86 ] : https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.8/PowerShell-6.0.0-beta.8-win-x86.msi
50+ [ rl-ubuntu17 ] : https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.8/powershell_6.0.0-beta.8-1.ubuntu.17.04_amd64.deb
51+ [ rl-ubuntu16 ] : https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.8/powershell_6.0.0-beta.8-1.ubuntu.16.04_amd64.deb
52+ [ rl-ubuntu14 ] : https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.8/powershell_6.0.0-beta.8-1.ubuntu.14.04_amd64.deb
53+ [ rl-debian8 ] : https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.8/powershell_6.0.0-beta.8-1.debian.8_amd64.deb
54+ [ rl-debian9 ] : https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.8/powershell_6.0.0-beta.8-1.debian.9_amd64.deb
55+ [ rl-centos ] : https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.8/powershell-6.0.0_beta.8-1.el7.x86_64.rpm
56+ [ rl-ai ] : https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.8/PowerShell-6.0.0-beta.8-x86_64.AppImage
57+ [ rl-macos ] : https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.8/powershell-6.0.0-beta.8-osx.10.12-x64.pkg
5258
5359[ installation ] : docs/installation
5460[ in-windows ] : docs/installation/windows.md#msi
5561[ in-ubuntu14 ] : docs/installation/linux.md#ubuntu-1404
5662[ in-ubuntu16 ] : docs/installation/linux.md#ubuntu-1604
63+ [ in-ubuntu17 ] : docs/installation/linux.md#ubuntu-1704
5764[ in-deb8 ] : docs/installation/linux.md#debian-8
65+ [ in-deb9 ] : docs/installation/linux.md#debian-9
5866[ in-centos ] : docs/installation/linux.md#centos-7
5967[ in-rhel7 ] : docs/installation/linux.md#red-hat-enterprise-linux-rhel-7
68+ [ in-opensuse422 ] : docs/installation/linux.md#opensuse-422
69+ [ in-fedora25 ] : docs/installation/linux.md#fedora-25
70+ [ in-fedora26 ] : docs/installation/linux.md#fedora-26
6071[ in-archlinux ] : docs/installation/linux.md#arch-linux
6172[ in-appimage ] : docs/installation/linux.md#linux-appimage
6273[ in-macos ] : docs/installation/linux.md#macos-1012
6374[ in-docker ] : docker
64- [ in-opensuse421 ] : docs/installation/linux.md#opensuse-421
6575[ in-kali ] : docs/installation/linux.md#kali
6676
6777To install a specific version, visit [ releases] ( https://github.com/PowerShell/PowerShell/releases ) .
0 commit comments