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
Try just:
Many of those packages you mentioned should be dependencies, plus you may already have the Linux headers if you download security updates, so you probably won't need to apt-get all of those. Just that. See below from 12.04 with updated headers. It's not smooth but you can see the dependencies.