X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=docs%2Fgettingstarted%2Finstalling%2Fcentos.rst;h=07268524a0197097489fa8e0f420715ce0646893;hb=24010fbaa0d0f50add043d3321aa0469ef49cb9e;hp=e69bc848df6894f03bab26e783a0556ce161e3ed;hpb=6ebd4398ae3dabb19653d9dd3919b453dd17454b;p=vpp.git diff --git a/docs/gettingstarted/installing/centos.rst b/docs/gettingstarted/installing/centos.rst index e69bc848df6..07268524a01 100644 --- a/docs/gettingstarted/installing/centos.rst +++ b/docs/gettingstarted/installing/centos.rst @@ -61,6 +61,7 @@ Update your local yum cache. .. code-block:: console + $ sudo yum clean all $ sudo yum -q makecache -y --disablerepo='*' --enablerepo='fdio_release' The *'yum install vpp'* command will install the most recent release. To @@ -109,6 +110,7 @@ Update your local yum cache. .. code-block:: console + $ sudo yum clean all $ sudo yum -q makecache -y --disablerepo='*' --enablerepo='fdio_1810' The *'yum install vpp'* command will install the most recent build on the @@ -155,6 +157,7 @@ Update your local yum cache. .. code-block:: console + $ sudo yum clean all $ sudo yum -q makecache -y --disablerepo='*' --enablerepo='fdio_master' The *'yum install vpp'* command will install the most recent build on the @@ -163,6 +166,7 @@ branch. .. code-block:: console + $ sudo yum clean all $ sudo yum --showduplicates list vpp* | expand Install VPP RPMs