Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Select and install a P4 data-plane target platform architecture

BMv2

Expand
titleubuntu 18.04

ubuntu 18.04

Code Block
languagebash
themeMidnight
sudo add-apt-repository ppa:frederic-loui/p4lang-3rd-party 
sudo apt-get update

sudo add-apt-repository ppa:frederic-loui/p4lang-master-bionic-nightly
sudo apt-get update



ubuntu 20.04

Code Block
languagebash
themeMidnight
sudo add-apt-repository ppa:frederic-loui/p4lang-3rd-party-focal 
sudo add-apt-repository ppa:frederic-loui/p4lang-master-focal-nightly 
sudo apt-get update

...