Unable to install update-alternatives package

I am setting up my new Ubuntu 15.10 VM. I need to install update-alternatives on it. I ran the command sudo apt-get install update-alternatives, however, I get the following output in the terminal:

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package update-alternatives

I can install all other packages I've wanted till now, exceptupdate-alternatives. Is this a repo issue? Do I need to add a repo name in the sources? Any suggestions on this will be really helpful.

1

1 Answer

You already have update-alternatives; there is nothing to install. Run which update-alternatives to check where it is on your $PATH.

5

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

You Might Also Like