raspberry pi ubuntu server code example

Example 1: raspberry pi ubuntu server raspi-config

sudo echo "deb http://archive.raspberrypi.org/debian/ jessie main" >> /etc/apt/sources.list
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 7FA3303E
sudo apt-get update
sudo apt-get install raspi-config

Example 2: install ubuntu on raspberry pi

What you’ll need:
1. A microSD card (8GB recommended)
2. A computer with a microSD card drive
3. A Raspberry Pi 2, 3 or 4
4. A micro-USB power cable (USB-C for the Pi 4)
5. A Wi-Fi network or an ethernet cable with an internet connection
6. A monitor with an HDMI interface [optionally]
7. An HDMI cable (Pi 2 & 3) or a micro HDMI cable (Pi 4) [optionally]
8. A USB keyboard [optionally]

Follow the official Ubuntu 4-steps tutorial at
https://ubuntu.com/tutorials/how-to-install-ubuntu-on-your-raspberry-pi

Tags:

Misc Example