{% extends "appliance/_base-appliance.html" %} {% block title %}Install {{ appliance_name }} | Ubuntu Appliance{% endblock %} {% block meta_description %}{{ meta_description }}{% endblock %} {% block meta_copydoc %}https://docs.google.com/document/d/1zgOl4GCK6O6Clv6oxp-DXDSKYIKO2pvpXaYXALiTlpo/{% endblock meta_copydoc %} {% block content %}

{{ appliance_name }}

Ubuntu Appliance

  • By {{ company_name }}
  • {{ category }}
{% if "youtu" in screenshots.1 %} {% else %} {{ appliance_name }} screenshots {% endif %}
    {% for image in screenshots.values() %} {% if "youtu" not in image %}
  • {{ name }} screenshot
  • {% endif %} {% endfor %}
{{ content | safe }}
{% if maintenance_date %}
Certified
{% if certification_note %}

{{ certification_note }}

{% endif %}

Maintained until {{ maintenance_date }}
{% if downloads.raspberrypi %}ARM{% endif %}{% if downloads.pc and downloads.raspberrypi %}, {% endif %}{% if downloads.pc %}x86{% endif %}

{% endif %}
Relevant links
Privacy compliance
    {% for comp in compliance.values() %}
  • {{ comp }}
  • {% endfor %}
Base

{{ base }}

Date published

{{ published_date }}

Snaps in the image

{% for snap in snaps.values() %} {% endfor %}
  PUBLISHER VERSION UPDATED

{{ snap.publisher }}

{{ snap.version }}

{{ snap.published_date }}

Try it out!

Grab a spare board{% if downloads.pc %}, PC{% endif %} or NUC. {% if downloads.pc %} We also have instructions for virtual machine testing of appliances. {% endif %}

{% if downloads.raspberrypi %} {% endif %} {% if downloads.intelnuc %} {% endif %}
{% include "/appliance/shared/_join_the_community.html" %} {% endblock content %}