Skip to content

Instantly share code, notes, and snippets.

@yyano
Last active June 7, 2020 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yyano/4d830635928bd94799d53344071f0fdf to your computer and use it in GitHub Desktop.
Save yyano/4d830635928bd94799d53344071f0fdf to your computer and use it in GitHub Desktop.

2020/06/07

はじめに

RaspberryPi4BにUbuntu20.04LSTをインストールする。

メモ

  • Google chrome の ubuntu版もあるけど、ARM環境のためRapberryPiのUbuntuでは使えない。

download

command

  • default id: ubuntu, password: ubuntu
sudo apt update
#sudo apt install ubuntu-desktop
sudo apt install --no-install-recommends ubuntu-desktop
sudo apt install language-pack-ja-base language-pack-ja ibus-mozc
sudo apt install ubuntu-software
sudo apt install fonts-ipafont
fc-cache -fv
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment