Skip to content

Instantly share code, notes, and snippets.

@m-ueno
Forked from VladSem/tmux_ubuntu14.04.sh
Created February 5, 2017 07:57
Show Gist options
  • Save m-ueno/3067af3168d239d5ee6518068b34d02e to your computer and use it in GitHub Desktop.
Save m-ueno/3067af3168d239d5ee6518068b34d02e to your computer and use it in GitHub Desktop.
install tmux 2.0 on Ubuntu 14.04
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=2.0-1~ppa1~t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment