Installing Java/JRE on Fedora 29 - Error Conflicting Requests
-
@wrx7m said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
OK. I found I could run
yum install java-1.8.0-openjdk
to install version 8. After that, I was able to install logstash successfully.
Is there a reason that you want an old version?
-
@wrx7m said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
Logstash doesn't like Java 11
NVM, just found this.
-
@scottalanmiller said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
@wrx7m said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
OK. I found I could run
yum install java-1.8.0-openjdk
to install version 8. After that, I was able to install logstash successfully.
Is there a reason that you want an old version?
Also wtf are you using
yum
for? -
@JaredBusch said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
@scottalanmiller said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
@wrx7m said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
OK. I found I could run
yum install java-1.8.0-openjdk
to install version 8. After that, I was able to install logstash successfully.
Is there a reason that you want an old version?
Also wtf are you using
yum
for?I'd assume that is what Oracle says to use for Fedora.
-
@travisdh1 said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
@JaredBusch said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
@scottalanmiller said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
@wrx7m said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
OK. I found I could run
yum install java-1.8.0-openjdk
to install version 8. After that, I was able to install logstash successfully.
Is there a reason that you want an old version?
Also wtf are you using
yum
for?I'd assume that is what Oracle says to use for Fedora.
That would just mean that Oracle's docs are out of date.
-
@scottalanmiller said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
@travisdh1 said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
@JaredBusch said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
@scottalanmiller said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
@wrx7m said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
OK. I found I could run
yum install java-1.8.0-openjdk
to install version 8. After that, I was able to install logstash successfully.
Is there a reason that you want an old version?
Also wtf are you using
yum
for?I'd assume that is what Oracle says to use for Fedora.
That would just mean that Oracle's docs are out of date.
They always are.
-
@JaredBusch said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
@scottalanmiller said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
@wrx7m said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
OK. I found I could run
yum install java-1.8.0-openjdk
to install version 8. After that, I was able to install logstash successfully.
Is there a reason that you want an old version?
Also wtf are you using
yum
for?It's wazuh's documentation. They have specific repos for other things too. Not sure why they are still using yum instead of dnf.
-
@wrx7m said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
@JaredBusch said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
@scottalanmiller said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
@wrx7m said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
OK. I found I could run
yum install java-1.8.0-openjdk
to install version 8. After that, I was able to install logstash successfully.
Is there a reason that you want an old version?
Also wtf are you using
yum
for?It's wazuh's documentation. They have specific repos for other things too. Not sure why they are still using yum instead of dnf.
Pull your head out of your ass and don't blindly type what any guide says. Even one of mine.
If you are using Fedora, you use
dnf
period. Yes, currently Fedora still has a reroute/alias for it todnf
, but you should not assume it will be there. -
@JaredBusch said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
If you are using Fedora, you use dnf period. Yes, currently Fedora still has a reroute/alias for it to dnf, but you should not assume it will be there.
Yep, yum will be retired when Fedora 31 or sooner. It was going to happen with Fedora 29 release.
https://fedoraproject.org/wiki/Changes/Retire_YUM_3 -
@JaredBusch said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
@wrx7m said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
@JaredBusch said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
@scottalanmiller said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
@wrx7m said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
OK. I found I could run
yum install java-1.8.0-openjdk
to install version 8. After that, I was able to install logstash successfully.
Is there a reason that you want an old version?
Also wtf are you using
yum
for?It's wazuh's documentation. They have specific repos for other things too. Not sure why they are still using yum instead of dnf.
Pull your head out of your ass and don't blindly type what any guide says. Even one of mine.
If you are using Fedora, you use
dnf
period. Yes, currently Fedora still has a reroute/alias for it todnf
, but you should not assume it will be there.#chilloutbro You can leave off the first part of that sentence and still provide a constructive answer.
-
@wrx7m said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
@JaredBusch said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
@wrx7m said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
@JaredBusch said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
@scottalanmiller said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
@wrx7m said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
OK. I found I could run
yum install java-1.8.0-openjdk
to install version 8. After that, I was able to install logstash successfully.
Is there a reason that you want an old version?
Also wtf are you using
yum
for?It's wazuh's documentation. They have specific repos for other things too. Not sure why they are still using yum instead of dnf.
Pull your head out of your ass and don't blindly type what any guide says. Even one of mine.
If you are using Fedora, you use
dnf
period. Yes, currently Fedora still has a reroute/alias for it todnf
, but you should not assume it will be there.#chilloutbro You can leave off the first part of that sentence and still provide a constructive answer.
You need to think, and you, clearly, are not. So yeah, perfectly fitting.
-
@JaredBusch said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
@wrx7m said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
@JaredBusch said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
@wrx7m said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
@JaredBusch said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
@scottalanmiller said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
@wrx7m said in Installing Java/JRE on Fedora 29 - Error Conflicting Requests:
OK. I found I could run
yum install java-1.8.0-openjdk
to install version 8. After that, I was able to install logstash successfully.
Is there a reason that you want an old version?
Also wtf are you using
yum
for?It's wazuh's documentation. They have specific repos for other things too. Not sure why they are still using yum instead of dnf.
Pull your head out of your ass and don't blindly type what any guide says. Even one of mine.
If you are using Fedora, you use
dnf
period. Yes, currently Fedora still has a reroute/alias for it todnf
, but you should not assume it will be there.#chilloutbro You can leave off the first part of that sentence and still provide a constructive answer.
You need to think, and you, clearly, are not. So yeah, perfectly fitting.
So if I didn't know, it has nothing to do with not thinking. I just didn't know. Now I do.