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?

Terminatorのインストールとデフォルト起動設定方法

0
Last updated at Posted at 2026-07-13

Terminatorのインストール

## add repository
$ sudo add-apt-repository ppa:mattrose/terminator

## install
$ sudo apt update
$ sudo apt install terminator

これでインストールできたがctrl+alt+tでterminatorがデフォルト起動しない場合は以下のコマンドを打つ

$ sudo update-alternatives --config x-terminal-emulator
リンクグループ x-terminal-emulator に 1 つの alternative のみがあります (/usr/bin/x-terminal-emulator が提供): /usr/bin/gnome-terminal.wrapper
設定は行いません。

上記のようなものが表示された場合は以下のコマンドを試す。[1]

$ sudo update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator $( which terminator ) 50

参考

  1. Ubuntu: デフォルトの端末を変更する
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?