Hello y’all, I am required to use Cisco Secure Client Version 5.1.2.42 for my university; however, it needs webkit2gtk4.0 to open the SSO window. Unfortunately, my university will not provide an newer version which would theoretically use the updated dependency.
I know that version has been deprecated since f39 but is there any way to install in regardless?
Certainly.
It could be installed from the f39 repo, but there would be a LOT of dependency issues that would need resolved.
On my f44 system, testing the command to do that
(sudo dnf install webkit2gtk4.0 --releasever=39 --allowerasing --disable-repo \* --enablerepo fedora,updates)
gave this
In other words, you probably do not want to go down that rabbit hole.
Researching an alternate connection method would be best, unless you were to have a separate machine on which you installed f39 and used it solely for connections to the university.
Ho boy, I think I’m better off physically going to campus rather than doing that. Maybe I could try talking to some of my buddies in IT to somehow get a newer version.