Skip to content

Install on Linux

Install from repository

To install Compose Generator on Debian or Ubuntu, execute the following commands in your terminal:

sudo apt-get install ca-certificates software-properties-common curl
curl -fsSL https://server.chillibits.com/files/repo/gpg | sudo apt-key add -
sudo add-apt-repository "deb https://repo.chillibits.com/$(lsb_release -is | awk '{print tolower($0)}')-$(lsb_release -cs) $(lsb_release -cs) main"
sudo apt-get update
sudo apt-get install compose-generator

To install Compose Generator on Fedora, execute the following commands in your terminal:

sudo dnf -y install dnf-plugins-core
sudo dnf config-manager --add-repo https://server.chillibits.com/files/repo/fedora.repo
sudo dnf install compose-generator

To install Compose Generator on CentOS, execute the following commands in your terminal:

sudo yum install -y yum-utils
sudo yum-config-manager --add-repo https://server.chillibits.com/files/repo/centos.repo
sudo yum install compose-generator

To install Compose Generator on Raspbian, execute the following commands in your terminal:

sudo apt-get install ca-certificates software-properties-common curl
curl -fsSL https://server.chillibits.com/files/repo/gpg | sudo tee /etc/apt/trusted.gpg.d/chillibits.asc
sudo echo "deb [arch=armhf] https://repo.chillibits.com/$(lsb_release -is | awk '{print tolower($0)}')-$(lsb_release -cs) $(lsb_release -cs) main" > /etc/apt/sources.list.d/chillibits.list
sudo apt-get update
sudo apt-get install compose-generator

Warning

The support for Raspbian is at the experimental stage. Please file a bug ticket on GitHub if there occurs a bug for you while installing.

Install from package file

You also can install Compose Generator from a package file on your host system.

Download amd64 Download arm64 Download armv5 Download armv6 Download armv7

To install it, execute the following command:

dpkg -i <deb-file-name>

Download amd64 Download arm64 Download armv5 Download armv6 Download armv7

To install it, execute the following command:

rpm -U <rpm-file-name>

Download amd64 Download arm64 Download armv5 Download armv6 Download armv7

To install it, execute the following command:

apk add --allow-untrusted <apk-file-name>

Use

compose-generator [<command>]