1
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?

UbuntuでDBBrowser for SQLite

Posted at

SQLiteの導入

バージョン

ubuntu
lsb_release -da
Description:    Ubuntu 22.04.5 LTS

ここから

ubuntu
sudo apt update
ubuntu
sudo apt install sqlite3

バージョン

ubuntu
sqlite3
>SQLite version 3.37.2 2022-01-06 13:25:41
...

DBBrowserの導入

ubuntu
sudo apt install sqlitebrowser -y

DBBrowserの設定

まずはGUIを開きます

ubuntu
sqlitebrowser

初期状態だと英語で日本語もフォントで文字化けしているので直していきます

日本語に対応しているフォントをインストール

ubuntu
sudo apt-get install fonts-noto-cjk

もしかしたらもっといいフォントがあるかもしれませんが...

DBBrowserへ

  • 画面上部のEdit -> Preferences -> Data Browserでフォントの部分をNoto Sans CJK JPに変更
  • DataBaseのText encodingはUTF-8
  • GeneralのLunguageをjapaneseに変更
  • 最後にGUIを再起動
1
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
1
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?