Add Swedish (sv) translation for Debian templates
Add Swedish translation for debconf installation prompts.
Thanks to Luna Jernberg for this translation!
Co-Authored-By: Luna Jernberg Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
Byobu is a GPLv3 open source text-based window manager and terminal multiplexer. It was originally designed to provide elegant enhancements to the otherwise functional, plain, practical GNU Screen, for the Ubuntu server distribution. Byobu now includes an enhanced profiles, convenient keybindings, configuration utilities, and toggle-able system status notifications for both the GNU Screen window manager and the more modern Tmux terminal multiplexer, and works on most Linux, BSD, and Mac distributions.
For more information about this package, please visit: http://byobu.org
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…
INSTALLATION
If you want to pull the source from the upstream git:
git clone https://github.com/dustinkirkland/byobu.git byobu-srccd byobu-srcOr download the latest officially released version from: https://github.com/dustinkirkland/byobu
Extract:
tar zxvf byobu*.tar.gz && cd byobu*Generate the configure script (if it doesn’t exist):
./autogen.shNote: GitHub release tarballs require this step. Official release tarballs from Launchpad already include
./configureand can skip this step.Configure:
./configure --prefix="$HOME/byobu"OPTIONAL : You may use python from your environment, rather than from your distro
echo “export BYOBU_PYTHON=’/usr/bin/env python’” >> $HOME/.bashrc
Build:
makeInstall:
make installUpdate your
PATHandBYOBU_PREFIXenvironment variablesecho "export PATH=$HOME/byobu/bin:$PATH" >> $HOME/.bashrc. $HOME/.bashrcRun:
byobuCONTRIBUTION
You may contribute to Byobu by forking the project on Github:
$ git clone https://github.com/dustinkirkland/byobu.git
You commit changes locally, and then propose a merge in Launchpad (ideally), or submit a pull request on Github (less ideally).
As for coding standards, please use tabs, rather than spaces. Thanks!
AUTHORS
LICENSE:
https://github.com/dustinkirkland/byobu/blob/master/COPYING
Dustin Kirkland kirkland@byobu.org
2023-11-22