Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 3.11 KB

NON-DEBIAN-INSTALLATION.md

File metadata and controls

53 lines (40 loc) · 3.11 KB

LittleBrother-Logo CentOS-Logo OpenSuSe-Logo ArchLinux-Logo Alpine-Logo

Installation on Non-Debian Distributions

If you don't have a Debian distribution running or at least a distribution using the Debian package format you still may be able to install LittleBrother manually.

This page will outline how to do this.

Prerequisites

Install the following Linux packages. Note that the exact names may differ in your distribution.

Debian Package CentOS Package Arch Linux Package Alpine package
preinstalled preinstalled preinstalled bash
python3 python3 python3 python3
python3-pip python3-pip python-pip py3-pip
python3-dev python3-devel not required python3-devel
sudo sudo sudo sudo
procps (master only) procps-ng (master only) TODO TODO
virtualenv python3-virtualenv python-virtualenv py3-virtualenv
libsasl2-dev TODO not required libsasl
not required TODO not required libldap=2.5.58
not required TODO not required libldapcpp=2.5.58
libldap2-dev TODO not required openldap-dev=2.5.58
not required TODO not required libffi-dev
libssl-dev TODO not required not required
not required TODO curl curl
not required TODO gcc gcc

Installation Steps