How do I install boot manager?

How can I install boot-manager to ubuntu 12.04? I have tried sudo apt-get install boot-manager but it does not work.

Why I want is because I will close some startup application in order to optimize system performance.

EDIT:

error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package boot-manager
0

2 Answers

Running these commands in a Terminal window (Ctrl+Alt+T) should do it for you:

sudo apt-get update
sudo apt-get install bum

When trying to find a package like that, it helps to use the Synaptic Package Manager. When I searched 'boot-manager' in it, the 'bum' package came up.

1
sudo apt-get install bum 

try to use this command.

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