Install Ubuntu on Raspberry Pi

Written by

in

,

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

Comments

Leave a Reply

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