Skip to main content
1 of 2
Aaron Shen
  • 477
  • 1
  • 5
  • 15

How to upgrade a package which has a newer version than the repository?

I've installed tmux from apt-get. I checked the version is 1.8.
But when I directly go to tmux official site, I see the latest version is 2.0.

How can I upgrade to 2.0?
sudo apt-get install --only-upgrade tmux always tell me I've got the newest version of tmux which is wrong.

Aaron Shen
  • 477
  • 1
  • 5
  • 15