{% extends "download/_base_download.html" %} {% block title %}Thank you for downloading Ubuntu Server for Raspberry Pi{% endblock %} {% block meta_image %}https://assets.ubuntu.com/v1/f60f86c4-Embedded+social+media+banner+.jpg{% endblock meta_image %} {% block meta_description %}Ubuntu is an open-source operating system for cross platform development, there's no better place to get started than with Ubuntu on a Raspberry Pi.{% endblock meta_description %} {% block meta_copydoc %}https://docs.google.com/document/d/1RXsLbMB-LJVwiG0gAi0HgVEJvZ9_GIU3ESLJ6KmBb54{% endblock meta_copydoc %} {% block head_extra %}{% endblock %} {% block body_class %}is-paper{% endblock %} {% block content %} {% if version %} {% endif %}
{% if version %}

Thank you for downloading
Ubuntu {% if version==releases.latest.core_version %}Core {% endif %}{{ version }}
for Raspberry Pi

Your download should start automatically. If it doesn't, download now.
{% with version=version, system=architecture, architecture=architecture %} {% include "download/shared/_verify-checksums.html" %} {% endwith %}

{% else %}

Thank you

However, you have not selected an image to download.
Go to the download page to select an image.

{% endif %}
{% with returnUrl="/download/raspberry-pi", ga_event_title="Raspberry Pi download" %} {% include 'shared/_download-newsletter.html' %} {% endwith %}

Installation instructions

The simplest way to install Ubuntu is to use the Raspberry Pi Imager which enables you to select an Ubuntu image during installation. Follow our tutorials below to learn how.


{% if version == releases.latest.core_version %}

Installing Ubuntu Core 20 on a Raspberry Pi

A complete guide to installing Ubuntu Core on a Raspberry Pi 4 (4GB or 8GB).

{% else %}

How to install Ubuntu Desktop on Raspberry Pi 4

A complete guide to installing Ubuntu Desktop on a Raspberry Pi 4 (2GB or above).

{% endif %}

How to install Ubuntu Server on your Raspberry Pi

A complete guide to installing Ubuntu Server on your Raspberry Pi 4, 3 or 2 in a couple minutes. In a headless setup or with a screen and with a Wi-Fi or ethernet connection.

Install Ubuntu Core on a Raspberry Pi

Walk through the steps of flashing Ubuntu Core on a Raspberry Pi 4, 3, 2 or CM4. At the end of this process, you will have a board ready for production or testing snaps.


Make something great today


{% endblock %}