Minor Ubuntu Core Getting Started tutorial issue #17

Closed
EmEngineer opened this Issue Jan 18, 2017 · 2 comments

Comments

Projects
None yet
2 participants

I am testing Ubuntu Core 16.04 on VirtualBox.
There is something that may not be apparent to Ubuntu newcomers on the following page:
https://tutorials.ubuntu.com/tutorial/create-first-snap#1

Before one does
"sudo apt install snapcraft build-essential"
it is necessary to do
"sudo apt-get update"
but that is MISSING in the tutorial.

Without running "sudo apt-get update" the snapcraft and build-essential packages will not be found.

Owner

didrocks commented Jan 30, 2017

Nicely spotted! (btw, you can just run sudo apt update now ;)). Fixing it, thanks for reporting it :)

Owner

didrocks commented Jan 30, 2017

fixed in upstream documentation, it will be refreshed on the website as soon as the webteam does it. Thanks again :)

@didrocks didrocks closed this Jan 30, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment