diff options
Diffstat (limited to 'docs/configguide')
-rw-r--r-- | docs/configguide/trafficgen.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/configguide/trafficgen.rst b/docs/configguide/trafficgen.rst index 06503b33..41a48f61 100644 --- a/docs/configguide/trafficgen.rst +++ b/docs/configguide/trafficgen.rst @@ -263,6 +263,13 @@ http://www.mono-project.com/docs/getting-started/install/linux/ yum-config-manager --add-repo http://download.mono-project.com/repo/centos/ yum -y install mono-complete +To prevent gpg errors on future yum installation of packages the mono-project +repo should be disabled once installed. + +.. code-block:: console + + yum-config-manager --disable download.mono-project.com_repo_centos_ + Configuration ~~~~~~~~~~~~~ |