こすたろーんエンジニアの試行錯誤部屋

作成物の備忘録を書いていきますー

【tmux】How to install tmux on a windows machine WSL

スポンサーリンク

I have now installed tmux, a multi-terminal software on windows wsl
This article is a memorandum.

contents

スポンサーリンク

abstract

How to install tmux on a windows machine WSL

1.requirement

・windows10
・WSL

2. Installation Procedure

sudo apt update
sudo apt upgrade -y
sudo apt install tmux

3. Confirmation of tmux operation

3.1 run ubuntu

run ubuntu on WSL

3.2 tmux startup

Execute the following commands on the terminal

tmux

If the multiterminal can be started, the installation is complete.

4.refarence

codeandkeep.com