Install on Linux
Install from repository¶
To install Spice on Debian, execute the following commands in your terminal:
sudo apt-get install ca-certificates
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:
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:
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.
To install it, execute the following command:
apk add --allow-untrusted <apk-file-name>
Use¶
spice [options] <input>