Ubuntu 20.04 on Raspberry Pi 4 with MATE gui and Apache2 WebServer

download the image Ubuntu for Raspberry Pi 4

https://ubuntu.com/download/raspberry-p … rm64+raspi

copy the image to the SD card with Raspberry Pi Imager

put in the SD card and power on your Raspberry Pi 4

user = ubuntu pass = ubuntu

change your password

sudo apt upgrade
sudo apt dist-upgrade
systemctl reboot -i
git clone https://github.com/wimpysworld/desktopify.git
cd ./desktopify
sudo ./desktopify --de ubuntu-mate
User