我要评分
获取效率
正确性
完整性
易理解

Installing Gazelle

Use yum commands to install the Gazelle software package and its dependency packages.

  1. Install Gazelle dependencies.
    1
    2
    3
    4
    5
    6
    yum install dpdk -y
    yum install dpdk-devel -y
    yum install libconfig -y
    yum install numactl -y
    yum install libboundscheck -y
    yum install libpcap -y
    
  2. Install Gazelle.
    1
    yum install gazelle -y
    

    If Complete is displayed, the installation is successful.