How to completely uninstall java from RHEL?How to uninstall java from sco openserver 5.0.6?How to uninstall...
What is a simple, physical situation where complex numbers emerge naturally?
Story about a toddler with god-like powers, dangerous tantrums
Rotated Position of Integers
Can a magnetic field of a large body be stronger than its gravity?
Is it a problem that pull requests are approved without any comments
Is it OK to bring delicacies from hometown as tokens of gratitude for an out-of-town interview?
Why were the Night's Watch required to be celibate?
Why does a helium balloon rise?
California: "For quality assurance, this phone call is being recorded"
Is there a term for this?
Credit card offering 0.5 miles for every cent rounded up. Too good to be true?
Is there a rule that prohibits us from using 2 possessives in a row?
Setting extra bits in a bool makes it true and false at the same time
GFCI Outlet in Bathroom, Lights not working
How can I determine the spell save DC of a monster/NPC?
Can an old DSLR be upgraded to match modern smartphone image quality
Why was it possible to cause an Apple //e to shut down with SHIFT and paddle button 2?
What is the best option to connect old computer to modern TV
Working in the USA for living expenses only; allowed on VWP?
How can I offer a test ride while selling a bike?
Word for a small burst of laughter that can't be held back
How can I add depth to my story or how do I determine if my story already has depth?
If a problem only occurs randomly once in every N times on average, how many tests do I have to perform to be certain that it's now fixed?
Why use water tanks from a retired Space Shuttle?
How to completely uninstall java from RHEL?
How to uninstall java from sco openserver 5.0.6?How to uninstall java on Linux Mint 12Installing java 1.6 when 1.7 already installed?java installation in RHELJava problem - RHELHow to emulate Oracle Java with OpenJDK?How to verify if Java is installed on rhelRun Java in Firefox on LinuxJava is running from /usr/java/latest/bin/java instead of /usr/bin/javaHow do I set a RPM package to require Java 8 or higher, whose dependencies can be satisfied by Java 11
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
When I do which java
I get the following output:
which java
/dir/java/bin/java
I have already uninstalled java
rpm
using the following
`rpm -qa | grep -i java`
rpm -e rpm-name
Still java is not installed and which java
brings up /dir/java/bin/java
rhel symlink rpm java uninstall
New contributor
add a comment |
When I do which java
I get the following output:
which java
/dir/java/bin/java
I have already uninstalled java
rpm
using the following
`rpm -qa | grep -i java`
rpm -e rpm-name
Still java is not installed and which java
brings up /dir/java/bin/java
rhel symlink rpm java uninstall
New contributor
1
That sounds like it was installed outside ofrpm
(oryum
/dnf
), so it's not in the database.
– Aaron D. Marasco
54 mins ago
How to remove java in such a scenario?
– meallhour
47 mins ago
add a comment |
When I do which java
I get the following output:
which java
/dir/java/bin/java
I have already uninstalled java
rpm
using the following
`rpm -qa | grep -i java`
rpm -e rpm-name
Still java is not installed and which java
brings up /dir/java/bin/java
rhel symlink rpm java uninstall
New contributor
When I do which java
I get the following output:
which java
/dir/java/bin/java
I have already uninstalled java
rpm
using the following
`rpm -qa | grep -i java`
rpm -e rpm-name
Still java is not installed and which java
brings up /dir/java/bin/java
rhel symlink rpm java uninstall
rhel symlink rpm java uninstall
New contributor
New contributor
edited 31 mins ago
Jeff Schaller♦
46k1165150
46k1165150
New contributor
asked 1 hour ago
meallhourmeallhour
101
101
New contributor
New contributor
1
That sounds like it was installed outside ofrpm
(oryum
/dnf
), so it's not in the database.
– Aaron D. Marasco
54 mins ago
How to remove java in such a scenario?
– meallhour
47 mins ago
add a comment |
1
That sounds like it was installed outside ofrpm
(oryum
/dnf
), so it's not in the database.
– Aaron D. Marasco
54 mins ago
How to remove java in such a scenario?
– meallhour
47 mins ago
1
1
That sounds like it was installed outside of
rpm
(or yum
/dnf
), so it's not in the database.– Aaron D. Marasco
54 mins ago
That sounds like it was installed outside of
rpm
(or yum
/dnf
), so it's not in the database.– Aaron D. Marasco
54 mins ago
How to remove java in such a scenario?
– meallhour
47 mins ago
How to remove java in such a scenario?
– meallhour
47 mins ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
meallhour is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f522072%2fhow-to-completely-uninstall-java-from-rhel%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
meallhour is a new contributor. Be nice, and check out our Code of Conduct.
meallhour is a new contributor. Be nice, and check out our Code of Conduct.
meallhour is a new contributor. Be nice, and check out our Code of Conduct.
meallhour is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f522072%2fhow-to-completely-uninstall-java-from-rhel%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
That sounds like it was installed outside of
rpm
(oryum
/dnf
), so it's not in the database.– Aaron D. Marasco
54 mins ago
How to remove java in such a scenario?
– meallhour
47 mins ago