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?

Jetpack 6.2 production releaseにmozcをインストールし日本語入力できた

Last updated at Posted at 2024-08-28

覚書です。もし読まれた方のご参考になれば幸いです。

Jetson Orin Nano Developer Kit Getting Started Guide
JetPack 6.2

定番を実施

$ sudo apt update
$ sudo apt upgrade -y
$ reboot

mozc 日本語入力をインストール

$ sudo apt install ibus-mozc -y
$ ibus restart
$ gsettings set org.gnome.desktop.input-sources sources "[('xkb', 'jp'), ('ibus', 'mozc-jp')]"
$ reboot

参考 : Ubuntu20.04で日本語入力(Mozc)を可能にする方法

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?