From f174c92b5fd2dd25c2571cea522f8d2b5b348921 Mon Sep 17 00:00:00 2001 From: Dave Bevan Date: Fri, 5 Apr 2019 14:48:00 +0100 Subject: [PATCH] Updated Ubuntu (markdown) --- Ubuntu.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Ubuntu.md b/Ubuntu.md index 50b91900..26088473 100644 --- a/Ubuntu.md +++ b/Ubuntu.md @@ -36,3 +36,10 @@ sudo apt-get install golang-go ``` > **Note that `golang-go` installs latest Go as default Go. If you do not want that, install `golang-1.12` instead and use the binaries from `/usr/lib/go-1.12/bin`.** + +## Bug noted in Ubuntu golang-1.12-go release: +``` +Package: golang-1.12-go +Version: 1.12-1longsleep2+xenial +``` +See https://github.com/vugu/vugu/issues/33 for details and a fix.