Skip to content

Commit

Permalink
Update apps-linux.md
Browse files Browse the repository at this point in the history
EN: Update CentOS install instructions.
  • Loading branch information
jordan-ivpn authored Sep 24, 2024
1 parent df8a881 commit ba51f57
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions src/content/en/pages/apps-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ contents:
title: Fedora
anchor: fedora
- item:
title: CentOS
title: CentOS/Alma/Rocky
anchor: centos
- item:
title: Arch Linux
Expand Down Expand Up @@ -178,23 +178,26 @@ sudo dnf install ivpn-ui
sudo dnf install ivpn
```

### CentOS {#centos}
### CentOS/Alma/Rocky {#centos}

```pkgconfig
# Install Yum-utils
sudo yum install yum-utils
# Install Extra packages
sudo dnf install epel-release
# Install OpenVPN
sudo dnf install openvpn
# Add the IVPN repository
sudo yum-config-manager --add-repo https://repo.ivpn.net/stable/centos/generic/ivpn.repo
sudo dnf config-manager --add-repo https://repo.ivpn.net/stable/centos/generic/ivpn.repo
# To install IVPN software (CLI and UI)
sudo yum install ivpn-ui
sudo dnf install ivpn-ui
# To install only IVPN CLI
sudo yum install ivpn
sudo dnf install ivpn
# Required for CentOS 8
sudo yum install libXScrnSaver
sudo dnf install libXScrnSaver
```

### Arch Linux {#arch}
Expand Down

0 comments on commit ba51f57

Please sign in to comment.