How do I install Open vSwitch?

Posted by Lorin Hochstein on Ask Ubuntu See other posts from Ask Ubuntu or by Lorin Hochstein
Published on 2013-08-16T00:49:25Z Indexed on 2013/11/07 4:14 UTC
Read the original article Hit count: 446

Filed under:
|

How do I install Open vSwitch on raring? I can't find any official Ubuntu docs on this anywhere.

DevStack seems to do this:

    kernel_version=`cat /proc/version | cut -d " " -f3`
    apt-get install make fakeroot dkms openvswitch-switch openvswitch-datapath-dkms linux-headers-$kernel_version

On the other hand, this blog does this:

 apt-get install openvswitch-datapath-source openvswitch-common openvswitch-switch

© Ask Ubuntu or respective owner

Related posts about 13.04

Related posts about openvswitch