Updated Ubuntu (markdown)

Simon Eisenmann 2019-07-09 14:44:01 +02:00
parent 94b5f08995
commit f8141efeee

@ -27,7 +27,7 @@ $ sudo snap install --classic go
``` ```
> A restart is required for the command to be recognized. > A restart is required for the command to be recognized.
If you're using Ubuntu 16.04 LTS, 18.04 LTS or 18.10, then you can use the `longsleep/golang-backports` PPA and install Go 1.12. If you're using Ubuntu 16.04 LTS, 18.04 LTS, 18.10 or 19.04, then you can use the `longsleep/golang-backports` PPA and install Go 1.12.
``` ```
sudo add-apt-repository ppa:longsleep/golang-backports sudo add-apt-repository ppa:longsleep/golang-backports
@ -37,9 +37,3 @@ 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`.** > **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.