Hello,
In the process of installing a number of dependencies on a Rocky Linux 8.8 system, I’m seeing the following error:
$ sudo dnf install plasma-nm-openconnect.aarch64
Last metadata expiration check: 0:15:56 ago on Sat 23 Sep 2023 12:42:42 PM UTC.
Error:
Problem: conflicting requests
- nothing provides NetworkManager-openconnect needed by plasma-nm-openconnect-5.24.7-1.el8.aarch64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
Hi @Alex-Pk,
Yes, I had previously installed the Epel repo ($ sudo dnf install epel-release -y) with no problem (the repo was there). Hmm, from your comment, it sounds like there is some incompatibility with aarch64, which is not a good thing because they’re usually difficult to tackle. Not sure what to try next.
If this only means that builds are not put online, this may imply that if you build it on your own machine, it could work. As that is not something I frequently do myself, I can’t advise on it. However, this thread on Rocky forum might be of interest to you :
=> Missing packages, 3'rd party repos - best practices
Requests can also be made to EPEL repository for them to add packages. Building yourself is fine, just means you have to rebuild for example when a new version comes out or bug fixes etc.
It looks like you may have a couple of options here
As a side note, interestingly, EPEL 9 packages include NetworkManager-openconnect (not present in EPEL 8) but NetworkManager-strongswan is not there. But that’s another topic.