How to install tmux on Ubuntu 17.04 LTS?
Learn to install tmux on Ubuntu 17.04 LTS
In this section we are going to teach you the command to install tmux on Ubuntu 17.04.
The tmux is software package which is used to run several terminal sessions inside a single tmux terminal. This tool is mostly used by Linux administrator to run multiple terminal sessions to run different command in each session or running some other programs.
First of all update your system with the command:
sudo apt-get update
Then run the following command to install tmux:
sudo apt-get install tmux
Check more details at:
Installing tmux on Ubuntu 17.04 LTS
Thanks

Comments
Post a Comment