update-alternative command not found
I want to run the following:
sudo update-alternative --config javaHowever, 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.