Code Yarns ‍👨‍💻
Tech BlogPersonal Blog

How to install Byobu on Cygwin

📅 2014-Jan-18 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ byobu, cygwin, tmux ⬩ 📚 Archive

Byobu is a user friendly terminal multiplexer built around tmux.

There is no byobu package in Cygwin, but installing it from source is easy:

$ ./configure --prefix="$HOME/installs/byobu"
$ make
$ make install
$ export PATH="$HOME/installs/byobu/bin:$PATH"

You can now run byobu at the shell. You will notice that there will be some errors when it looks for Linux programs that are either not installed or not available on Cygwin. Also, the configuration user interface does not appear since that needs python-newt which is not available for Cygwin. Some of the function key combinations might also not work cause it is Windows.

Tried with: Byobu 5.125 and Cygwin 2.10


© 2022 Ashwin Nanjappa • All writing under CC BY-SA license • 🐘 @codeyarns@hachyderm.io📧