| Server IP : 61.19.30.66 / Your IP : 216.73.216.15 Web Server : Apache/2.2.22 (Ubuntu) System : Linux klw 3.11.0-15-generic #25~precise1-Ubuntu SMP Thu Jan 30 17:39:31 UTC 2014 x86_64 User : www-data ( 33) PHP Version : 5.3.10-1ubuntu3.48 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /usr/share/doc/byobu/ |
Upload File : |
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:
* tmux >= 1.5 and screen
* 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>
2012-01-08