Install Ubuntu on Raspberry Pi

Install Ubuntu

Insert the SD card to Raspberry Pi and turn on the switch.

After while, the installation will finish automatically.

Initial account

Initial account of Ubuntu on Raspberry Pi is

  • user name: ubuntu
  • password: ubuntu

Change the password

For security issue, you should change the password as soon as possible.

$ sudo password <secret-password>

Update the system

Update the system for security issue.

$ sudo apt update
$ sudo apt upgrade

In shortly.

$sudo apt update && sudo apt upgrade -y

Last Updated on June 30, 2021 by lama-admin


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *