I added the instructions to manually install the client on AlmaLinux and RockyLinux (see #641) and extended the install.sh script to support them.
instructions for alma and rocky #652
Merged
jwijenbergh
merged 2 commits from 2025年07月30日 16:29:59 +02:00
flaruina/linux-app:el9-docs into master
flaruina
commented 2025年07月29日 00:07:55 +02:00
I added the instructions to manually install the client on AlmaLinux and RockyLinux (see #641) and extended the `install.sh` script to support them.
flaruina
added 2 commits 2025年07月29日 00:07:57 +02:00
Added AlmaLinux and Rocky Linux to the install script
f5d6a1cd69
All checks were successful
/ test (push) Successful in 3m57s
jwijenbergh
reviewed 2025年07月30日 15:05:40 +02:00
@ -151,0 +159,4 @@
baseurl=https://app.eduvpn.org/linux/v4/rpm/alma+epel-9-$basearch
gpgcheck=1
EOF
$ sudo dnf install epel-release
jwijenbergh
commented 2025年07月30日 15:05:40 +02:00
can you do this on one line together with eduvpn-client
can you do this on one line together with eduvpn-client
jwijenbergh
reviewed 2025年07月30日 15:05:47 +02:00
@ -151,0 +174,4 @@
baseurl=https://app.eduvpn.org/linux/v4/rpm/rocky+epel-9-$basearch
gpgcheck=1
EOF
$ sudo dnf install epel-release
jwijenbergh
commented 2025年07月30日 15:05:47 +02:00
same here
same here
jwijenbergh
reviewed 2025年07月30日 15:05:53 +02:00
@ -67,0 +78,4 @@
baseurl=https://app.eduvpn.org/linux/v4/rpm/alma+epel-9-$basearch
gpgcheck=1
EOF
sudo dnf install epel-release
jwijenbergh
commented 2025年07月30日 15:05:53 +02:00
here
here
jwijenbergh
reviewed 2025年07月30日 15:05:58 +02:00
@ -67,0 +97,4 @@
baseurl=https://app.eduvpn.org/linux/v4/rpm/rocky+epel-9-$basearch
gpgcheck=1
EOF
sudo dnf install epel-release
jwijenbergh
commented 2025年07月30日 15:05:58 +02:00
here
here
jwijenbergh
commented 2025年07月30日 15:06:11 +02:00
A tiny comment and then LGTM
A tiny comment and then LGTM
flaruina
commented 2025年07月30日 15:40:31 +02:00
@jwijenbergh you actually need to install them in two steps:
epel-release configures and enables the epel repo, if you issue the oneliner:
sudo dnf install epel-release eduvpn-client
dnf will not use packages from epel when solving dependencies and won't install eduvpn-client.
On a fresh Alma install
$ sudo dnf install epel-release eduvpn-client
Last metadata expiration check: 0:00:08 ago on Wed 30 Jul 2025 03:15:11 PM CEST.
Error:
Problem: conflicting requests
- nothing provides NetworkManager-openvpn needed by eduvpn-client-4.5.1-1.el9.noarch from python-eduvpn-client_v4
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
It works fine if you install using two dnf installs: first epel-release then eduvpn-client
@jwijenbergh you actually need to install them in two steps:
epel-release configures and enables the epel repo, if you issue the oneliner:
`sudo dnf install epel-release eduvpn-client`
`dnf` will not use packages from epel when solving dependencies and won't install eduvpn-client.
On a fresh Alma install
```
$ sudo dnf install epel-release eduvpn-client
Last metadata expiration check: 0:00:08 ago on Wed 30 Jul 2025 03:15:11 PM CEST.
Error:
Problem: conflicting requests
- nothing provides NetworkManager-openvpn needed by eduvpn-client-4.5.1-1.el9.noarch from python-eduvpn-client_v4
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
```
It works fine if you install using two `dnf install`s: first `epel-release` then `eduvpn-client`
jwijenbergh
commented 2025年07月30日 16:29:51 +02:00
oh right! my bad
oh right! my bad
jwijenbergh
merged commit f5d6a1cd69 into master 2025年07月30日 16:30:02 +02:00
flaruina
deleted branch el9-docs 2025年07月31日 17:41:01 +02:00
Sign in to join this conversation.
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
has-fix
help wanted
high priority
invalid
low priority
maybe
new-release
onhold
packaging
planned-go
question
wireguard
wontfix
work in progress
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".
No due date set.
Dependencies
No dependencies set.
Reference
eduVPN/linux-app!652
Loading...
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "flaruina/linux-app:el9-docs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?