LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to simplify installation of kvm (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-simplify-installation-of-kvm-4175540752/)

jzoudavy 04-25-2015 08:35 PM

how to simplify installation of kvm
 
Hi experts,

so the steps to install kvm is this:

Code:

sudo apt-get install qemu-kvm libvirt-bin bridge-utils virt-manager
according to this webpage: http://www.howtogeek.com/117635/how-...nes-on-ubuntu/

Can I make this simpler?

I want to do just one command: sudo apt-get install kvm, and it should call and install all these packages.

Thanks

pan64 04-26-2015 03:58 AM

as it was explained on that linked page:
Quote:

Use the following command to install KVM and supporting packages. Virt-Manager is a graphical application for managing your virtual machines — you can use the kvm command directly, but libvirt and Virt-Manager simplify the process.
You do not need to install all of them, they are not required, just they make it a bit better.

jzoudavy 04-26-2015 05:34 PM

well i happened to like things that make my life better, and i was wondering if I can have a way to package all of them into one cmd.

jpollard 04-27-2015 06:56 PM

That WAS one command. sudo apt-get is the command... The rest are what apt-get is supposed to do.

RayLui20 04-28-2015 10:57 AM

Quote:

Originally Posted by jpollard (Post 5354143)
That WAS one command. sudo apt-get is the command... The rest are what apt-get is supposed to do.

Was going to say the same thing, this is already one command, and was already simplified. I guess you can also add a -y at the end of it (if you are sure all the packages are right), so you can just put password and let it rip


All times are GMT -5. The time now is 05:38 AM.