Skip to content

Install on Linux

Install from repository

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

If you have cloned the Spice repository from GitHub, you can execute the respective install-latest-*.sh script to install Spice from a user's perspective.

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>

Use

Bash
spice [options] <input>