T H E W A L K

Systems Architect, Engineering, Narrative.

Back to main

Install Tmux 1.8 on 12.04

sudo add-apt-repository ppa:pi-rho/dev (source)

sudo apt-get update (freshens the cache/database of packages)

sudo apt-cache show tmux (\*optional, shows you available versions, 1.7 & 1.8 should be listed)

sudo apt-get install tmux

tmux -V
Back to main