Skip to content

Instantly share code, notes, and snippets.

@hahaopsmeow
Forked from P7h/tmux__CentOS__build_from_source.sh
Created September 14, 2016 09:02
Show Gist options
  • Save hahaopsmeow/1b2109672d2b97aa90491143a4c465d4 to your computer and use it in GitHub Desktop.
Save hahaopsmeow/1b2109672d2b97aa90491143a4c465d4 to your computer and use it in GitHub Desktop.
tmux 2.0 installation steps for Ubuntu
# tmux v2.0 installation steps for Ubuntu 14.04 (Trusty Tahr)
tmux -V
sudo apt-get update
sudo apt-get install -y python-software-properties software-properties-common
sudo add-apt-repository -y ppa:pi-rho/dev
sudo apt-get update
sudo apt-get install -y tmux
tmux -V
# tmux v1.9 installation steps for Ubuntu 14.04 (Trusty Tahr)
sudo apt-get update
sudo apt-get install -y python-software-properties software-properties-common
sudo add-apt-repository -y ppa:pi-rho/dev
sudo apt-get update
sudo apt-get install -y tmux=1.9a-1~ppa1~t
tmux -V
# On Ubuntu 12.04 (Precise Pangolin), step 5 would be: sudo apt-get install -y tmux=1.9a-1~ppa1~p
# On Ubuntu 13.10 (Saucy Salamander), step 5 would be: sudo apt-get install -y tmux=1.9a-1~ppa1~s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment