Skip to content

Commit

Permalink
Remove unsupported compat-openssl install (#8843)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwheeler committed May 19, 2022
1 parent a78a78a commit be6d541
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions reference/docs-conceptual/install/install-fedora.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Information about installing PowerShell on Fedora Linux
ms.date: 05/18/2022
ms.date: 05/19/2022
title: Installing PowerShell on Fedora Linux
---
# Installing PowerShell on Fedora Linux
Expand Down Expand Up @@ -32,9 +32,6 @@ curl https://packages.microsoft.com/config/rhel/7/prod.repo | sudo tee /etc/yum.
# Update the list of products
sudo dnf check-update

# Install a system component
sudo dnf install compat-openssl10

# Install PowerShell
sudo dnf install -y powershell

Expand All @@ -57,14 +54,6 @@ The following shell command installs PowerShell 7.2:
sudo dnf install https://github.com/PowerShell/PowerShell/releases/download/v7.2.4/powershell-lts-7.2.4-1.rh.x86_64.rpm
```

Use the following shell commands to download and install the 7.1.7 package. Change the URL to match
the PowerShell version that you want to install.

```sh
sudo dnf install compat-openssl10
sudo dnf install https://github.com/PowerShell/PowerShell/releases/download/v7.1.7/powershell-7.1.7-1.rhel.7.x86_64.rpm
```

## Uninstall PowerShell from Fedora

```sh
Expand Down

0 comments on commit be6d541

Please sign in to comment.