LoginSignup
8
9

More than 5 years have passed since last update.

byobu でscreenと tmux の切り替え

Posted at

Ubuntu でPPA のbyobu screen を使っていたらtmux が起動しようとして転けていた.

$ byobu
exec: 162: tmux: not found
$ byobu -v
byobu version 5.2
Screen version 4.00.03jw4 (FAU) 2-May-06

screen/tmux 両対応になったらしい.
とりあえずscreen で起動するには,byobu-screen でok

$ byobu-screen

環境変数を設定することで byobu コマンドで好きな方が呼べる.

$ export BYOBU_BACKEND=screen
$ export BYOBU_BACKEND=tmux

8
9
1

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
8
9