Skip to content

Install on Linux

Install from repository

The recommended installation method on Linux is to set up the ChilliBits repository on your system and install Spice via that.

To install Spice on Debian, execute the following commands in your terminal:

Bash
1
2
3
4
sudo apt-get install ca-certificates software-properties-common
curl -fsSL https://server.chillibits.com/files/repo/gpg | sudo tee /etc/apt/trusted.gpg.d/chillibits.asc
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 install spice

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

Bash
1
2
3
sudo dnf -y install dnf-plugins-core
sudo dnf config-manager --add-repo https://server.chillibits.com/files/repo/fedora.repo
sudo dnf install spice

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

Bash
1
2
3
sudo yum install -y yum-utils
sudo yum-config-manager --add-repo https://server.chillibits.com/files/repo/centos.repo
sudo yum install spice

Install from package file

You can also install Spice from a Linux package.

Download amd64 Download arm64

To install it, execute the following command:

Bash
dpkg -i <deb-file-name>

Download amd64 Download arm64

To install it, execute the following command:

Bash
rpm -U <rpm-file-name>

Download amd64 Download arm64

To install it, execute the following command:

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

Install from archive file

If neither of the two installation approaches matched your desire, you also can download an archive file, that contains all resources that Spice needs to run.

Download amd64 Download arm64

Use

Bash
spice [options] <input>