Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Minor Ubuntu Core Getting Started tutorial issue #17
Comments
|
Nicely spotted! (btw, you can just run |
|
fixed in upstream documentation, it will be refreshed on the website as soon as the webteam does it. Thanks again :) |
didrocks
closed this
Jan 30, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
EmEngineer commentedJan 18, 2017
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.