We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I attempt to upgrade from 4.1.16-1 to 5.x. So, I followed the steps mentioned here: https://docs.strangebee.com/thehive/setup/installation/upgrade-from-4.x/#install-thehive_1
However, when I run sudo yum install thehive
sudo yum install thehive
I get the the following output:
Resolving Dependencies --> Running transaction check ---> Package thehive.noarch 0:5.0.9-1 will be installed Error: Invalid version flag: or
I am on Oracle Linux 7.9
I would like to know how I can fix it.
Thank you in advance for your help and your support.
The text was updated successfully, but these errors were encountered:
With TheHive 5 we use an or operator for our dependencies: (java-11-openjdk-headless or java-1.8.0-openjdk-headless)
or
(java-11-openjdk-headless or java-1.8.0-openjdk-headless)
This boolean is available with rpm 4.13: https://rpm-software-management.github.io/rpm/manual/boolean_dependencies.html
Sorry, something went wrong.
Thank you for your reply.
So, I guess, I have to upgrade rpm to version 4.13.
No branches or pull requests
Hello,
I attempt to upgrade from 4.1.16-1 to 5.x. So, I followed the steps mentioned here:
https://docs.strangebee.com/thehive/setup/installation/upgrade-from-4.x/#install-thehive_1
However, when I run
sudo yum install thehive
I get the the following output:
I am on Oracle Linux 7.9
I would like to know how I can fix it.
Thank you in advance for your help and your support.
The text was updated successfully, but these errors were encountered: