diff options
author | Christian Trautman <ctrautma@redhat.com> | 2018-02-28 12:34:38 -0500 |
---|---|---|
committer | Christian Trautman <ctrautma@redhat.com> | 2018-02-28 12:34:38 -0500 |
commit | 91e0985be7ca2b2654f89928315431228b7ecc56 (patch) | |
tree | 91d4681ffd4d1d46faaffaa852a8c14606d6cca9 /docs/testing/user | |
parent | 5f01522a61c0a7d70f721fbbb4a378ab0992d395 (diff) |
Xena_Doc_mono_install_update: Update mono install pointer
Mono Version 5.10 breaks mono execution of Xena2544.exe.
Fix Xena install notes to point to a working version of Mono(5.8)
when setting up to use Xena2544.exe.
JIRA:VSPERF-561
Change-Id: I3bbfaaeef55fc465cba943eb8b1a31abe2faba1f
Signed-off-by: Christian Trautman <ctrautma@redhat.com>
Diffstat (limited to 'docs/testing/user')
-rw-r--r-- | docs/testing/user/configguide/trafficgen.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/testing/user/configguide/trafficgen.rst b/docs/testing/user/configguide/trafficgen.rst index 061d3d7a..4909c55a 100644 --- a/docs/testing/user/configguide/trafficgen.rst +++ b/docs/testing/user/configguide/trafficgen.rst @@ -577,7 +577,7 @@ http://www.mono-project.com/docs/getting-started/install/linux/ rpm --import "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF" yum-config-manager --add-repo http://download.mono-project.com/repo/centos/ - yum -y install mono-complete + yum -y install mono-complete-5.8.0.127-0.xamarin.3.epel7.x86_64 To prevent gpg errors on future yum installation of packages the mono-project repo should be disabled once installed. |