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

Popular posts from this blog

MySQL Maven Dependency

Install gadmin-samba on Ubuntu 16.04

Install libavcodec-dev on Ubuntu 16.04