Remove opensuse 13.2 because it is not supported by dotnet or opensuse (#3351)

This commit is contained in:
Travis Plunk 2017-03-17 09:21:38 -07:00 committed by Dongbo Wang
parent df0162b90c
commit e631651d0b
2 changed files with 0 additions and 35 deletions

View File

@ -29,7 +29,6 @@ You can download and install a PowerShell package for any of the following platf
| Ubuntu 16.04 | [.deb][rl-ubuntu16] | [Instructions][in-ubuntu16] |
| Ubuntu 14.04 | [.deb][rl-ubuntu14] | [Instructions][in-ubuntu14] |
| CentOS 7 | [.rpm][rl-centos] | [Instructions][in-centos] |
| OpenSUSE 13.2 | [.rpm][rl-opensuse13] | [Instructions][in-opensuse13] |
| Arch Linux | | [Instructions][in-archlinux] |
| Many Linux distributions | [.AppImage][rl-ai] | [Instructions][in-appimage] |
| macOS 10.11 | [.pkg][rl-macos] | [Instructions][in-macos] |
@ -44,14 +43,12 @@ You can download and install a PowerShell package for any of the following platf
[rl-centos]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.17/powershell-6.0.0_alpha.17-1.el7.centos.x86_64.rpm
[rl-ai]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.17/PowerShell-x86_64.AppImage
[rl-macos]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.17/powershell-6.0.0-alpha.17.pkg
[rl-opensuse13]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.17/powershell-6.0.0_alpha.17-1.suse.13.2.x86_64.rpm
[installation]: docs/installation
[in-windows]: docs/installation/windows.md#msi
[in-ubuntu14]: docs/installation/linux.md#ubuntu-1404
[in-ubuntu16]: docs/installation/linux.md#ubuntu-1604
[in-centos]: docs/installation/linux.md#centos-7
[in-opensuse13]: docs/installation/linux.md#opensuse-132
[in-archlinux]: docs/installation/linux.md#arch-linux
[in-appimage]: docs/installation/linux.md#linux-appimage
[in-macos]: docs/installation/linux.md#macos-1011

View File

@ -107,38 +107,6 @@ sudo yum remove powershell
[CentOS 7]: https://www.centos.org/download/
OpenSUSE 13.2
=============
Using [OpenSUSE 13.2][], download the RPM package
`powershell-6.0.0_alpha.17-1.suse.13.2.x86_64.rpm`
from the [releases][] page onto the OpenSUSE machine.
Then execute the following in the terminal:
```sh
# Trust the microsoft key to avoid errors
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
sudo zypper install ./powershell-6.0.0_alpha.17-1.suse.13.2.x86_64.rpm
```
You can also install the RPM without the intermediate step of downloading it:
```sh
# Trust the microsoft key to avoid errors
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
sudo zypper install https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.17/powershell-6.0.0_alpha.17-1.suse.13.2.x86_64.rpm
```
**Uninstallation**
```sh
sudo zypper remove powershell
```
[OpenSUSE 13.2]: http://software.opensuse.org/132
Arch Linux
==========