0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

RaspberryPiをGUIからCUIに切り替える

Last updated at Posted at 2024-12-17

環境

ハードウェア OS
RaspberryPiZero2WH Linux raspberrypizero2 6.6.62+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.62-1+rpt1 (2024-11-25) aarch64

現在の状態確認

$ sudo systemctl get-default
  • graphical.target → GUI
  • multi-user.target → CUI

CUIからGUIに設定

sudo systemctl set-default multi-user.target

GUIからCUIに設定

sudo systemctl set-default graphical.target
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?