text window manager, shell multiplexer, integrated DevOps environment
Find a file
Dustin Kirkland ada44f8cff * usr/bin/Makefile.am, usr/lib/byobu/include/Makefile.am,
usr/share/man/man1/Makefile.am:
  - install the byobu-layout tool and manpage
2012-01-08 18:32:00 -06:00
debian * usr/bin/Makefile.am, usr/lib/byobu/include/Makefile.am, 2012-01-08 18:32:00 -06:00
etc * etc/byobu/backend, usr/bin/byobu, usr/bin/byobu-config, 2011-12-24 10:12:15 -06:00
experimental * experimental/byobu-classroom: LP: #882813 2011-11-09 17:40:48 -06:00
po * debian/po/POTFILES.in, debian/po/de.po, debian/po/en_GB.po, 2010-04-20 10:51:18 -05:00
usr * usr/bin/Makefile.am, usr/lib/byobu/include/Makefile.am, 2012-01-08 18:32:00 -06:00
AUTHORS AUTHORS, README: update email address and install instructions 2010-07-28 14:02:48 -04:00
configure.ac usr/lib/byobu/include/shutil, configure.ac, Makefile.am, 2011-11-09 14:48:24 -06:00
COPYING Adding a GPL-3 copyright file, per: 2009-01-06 15:13:35 -06:00
Makefile.am usr/lib/byobu/include/shutil, configure.ac, Makefile.am, 2011-11-09 14:48:24 -06:00
NEWS * Make byobu more portable, much help from Derek Carter, LP: #503554 2010-01-12 10:16:41 -06:00
README * usr/bin/byobu, usr/bin/byobu-ctrl-a, usr/bin/byobu-disable, 2011-12-08 10:59:43 -06:00

For more information about this package, please see:
 * https://launchpad.net/byobu

If Byobu is not packaged for your Linux or UNIX OS, or if you do not have
administrative privileges in order to install Byobu, you may be able to
install locally, using the following instructions...

 0) If you have pulled the source from the upstream bzr repository
    (bzr branch lp:byobu) then you first need to run:
      ./debian/rules autoconf
 1) Or download the latest version (>= 3.0) from:
      https://launchpad.net/byobu/+download
 2) Extract:
      tar zxvf byobu*.tar.gz
 3) Configure:
      cd byobu*
      ./configure --prefix="$HOME/byobu"
 4) Build:
      make
 5) Install:
      make install
 6) Update your PATH and BYOBU_PREFIX environment variables
      echo "export PATH=$HOME/byobu/bin:$PATH" >> $HOME/.bashrc
      . $HOME/.bashrc
 7) Run:
      byobu

Note that you will need to have a few dependencies installed:
 * screen and/or tmux
 * python-newt (if you want to use Byobu's configuration utility)
 * gsed (if your sed implementation doesn't support -i)

Dustin Kirkland <dustin.kirkland@gmail.com>
2011-09-21