Skip to content

Install on Linux

Install from repository

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

sudo apt-get install ca-certificates
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 ccom

To install CCom 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 ccom

To install CCom 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 ccom

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

sudo apt-get install ca-certificates
curl -fsSL https://server.chillibits.com/files/repo/gpg | sudo apt-key add -
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 ccom

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 can also install CCom from a Linux package.

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

ccom [options] <input>