-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy pathubuntu.yaml
More file actions
21 lines (21 loc) · 1.25 KB
/
ubuntu.yaml
File metadata and controls
21 lines (21 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: Ubuntu
color-1: "#E95420"
color-2: "#B54119"
logo: https://assets.ubuntu.com/v1/2d850f3f-CoF%20Circle%20New.svg
logo-mono: https://assets.ubuntu.com/v1/4aff6463-ubuntu-logo-mono.svg
install:
-
action: |
If you’re running <a href="https://www.ubuntu.com/">Ubuntu 16.04 LTS (Xenial Xerus)</a> or later, including <a href="https://www.ubuntu.com/desktop/features">Ubuntu 18.04 LTS (Bionic Beaver)</a> and <a href="https://wiki.ubuntu.com/FocalFossa/ReleaseNotes">Ubuntu 20.04 LTS (Focal Fossa)</a>, you don’t need to do anything. Snap is already installed and ready to go.
-
action: |
For versions of Ubuntu between <a href="https://wiki.ubuntu.com/TrustyTahr/ReleaseNotes">14.04 LTS (Trusty Tahr)</a> and <a href="https://wiki.ubuntu.com/WilyWerewolf/ReleaseNotes">15.10 (Wily Werewolf)</a>, as well as Ubuntu flavours that don’t include <em>snap</em> by default, <em>snap</em> can be installed from the Ubuntu Software Centre by searching for <em>snapd</em>.
-
action: |
Alternatively, snapd can be installed from the command line:
command: |
sudo apt update
sudo apt install snapd
-
action: |
Either log out and back in again, or restart your system, to ensure snap’s paths are updated correctly.