@@ -29,39 +29,49 @@ You can download and install a PowerShell package for any of the following platf
29
29
| ---------------------------------- | ---------------------- | ----------------------------- |
30
30
| Windows (x64) | [ .msi] [ rl-windows-64 ] | [ Instructions] [ in-windows ] |
31
31
| Windows (x86) | [ .msi] [ rl-windows-86 ] | [ Instructions] [ in-windows ] |
32
+ | Ubuntu 17.04 | [ .deb] [ rl-ubuntu17 ] | [ Instructions] [ in-ubuntu17 ] |
32
33
| Ubuntu 16.04 | [ .deb] [ rl-ubuntu16 ] | [ Instructions] [ in-ubuntu16 ] |
33
34
| 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 ] |
35
37
| CentOS 7 | [ .rpm] [ rl-centos ] | [ Instructions] [ in-centos ] |
36
38
| 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 ] |
38
42
| Arch Linux | | [ Instructions] [ in-archlinux ] |
39
43
| Many Linux distributions | [ .AppImage] [ rl-ai ] | [ Instructions] [ in-appimage ] |
40
44
| macOS 10.12 | [ .pkg] [ rl-macos ] | [ Instructions] [ in-macos ] |
41
45
| Docker | | [ Instructions] [ in-docker ] |
42
46
| Kali Linux | [ .deb] [ rl-ubuntu16 ] | [ Instructions] [ in-kali ]
43
47
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
52
58
53
59
[ installation ] : docs/installation
54
60
[ in-windows ] : docs/installation/windows.md#msi
55
61
[ in-ubuntu14 ] : docs/installation/linux.md#ubuntu-1404
56
62
[ in-ubuntu16 ] : docs/installation/linux.md#ubuntu-1604
63
+ [ in-ubuntu17 ] : docs/installation/linux.md#ubuntu-1704
57
64
[ in-deb8 ] : docs/installation/linux.md#debian-8
65
+ [ in-deb9 ] : docs/installation/linux.md#debian-9
58
66
[ in-centos ] : docs/installation/linux.md#centos-7
59
67
[ 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
60
71
[ in-archlinux ] : docs/installation/linux.md#arch-linux
61
72
[ in-appimage ] : docs/installation/linux.md#linux-appimage
62
73
[ in-macos ] : docs/installation/linux.md#macos-1012
63
74
[ in-docker ] : docker
64
- [ in-opensuse421 ] : docs/installation/linux.md#opensuse-421
65
75
[ in-kali ] : docs/installation/linux.md#kali
66
76
67
77
To install a specific version, visit [ releases] ( https://github.com/PowerShell/PowerShell/releases ) .
0 commit comments