Celeb Glow
news | March 24, 2026

update-alternative command not found

I want to run the following:

sudo update-alternative --config java

However, the update-alternative command is not found. How do I fix this?

1 Answer

The command you are looking for is update-alternatives. So you should be running sudo update-alternatives --config java.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy