diff --git a/src/content/en/pages/apps-linux.md b/src/content/en/pages/apps-linux.md index 39f5844a..294b8294 100644 --- a/src/content/en/pages/apps-linux.md +++ b/src/content/en/pages/apps-linux.md @@ -168,9 +168,12 @@ sudo apt install ivpn ### Fedora {#fedora} ```pkgconfig -# Add the IVPN repository +# [Fedora 40 and below] Add the IVPN repository sudo dnf config-manager --add-repo https://repo.ivpn.net/stable/fedora/generic/ivpn.repo +# [Fedora 41+] Add the IVPN repository +sudo dnf config-manager addrepo --from-repofile=https://repo.ivpn.net/stable/fedora/generic/ivpn.repo + # To install IVPN software (CLI and UI) sudo dnf install ivpn-ui diff --git a/src/content/es/pages/apps-linux.md b/src/content/es/pages/apps-linux.md index 2154ede7..e8187f30 100644 --- a/src/content/es/pages/apps-linux.md +++ b/src/content/es/pages/apps-linux.md @@ -167,9 +167,12 @@ sudo apt install ivpn ### Fedora {#fedora} ```pkgconfig -# Agregar el repositorio IVPN +# [Fedora 40 y versiones anteriores] Agregar el repositorio IVPN sudo dnf config-manager --add-repo https://repo.ivpn.net/stable/fedora/generic/ivpn.repo +# [Fedora 41+] Agregar el repositorio IVPN +sudo dnf config-manager addrepo --from-repofile=https://repo.ivpn.net/stable/fedora/generic/ivpn.repo + # Para instalar el software IVPN (CLI y UI) sudo dnf install ivpn-ui