GNU/Linux
Debian / Ubuntu
Our apt repository contains packages for both Debian and Ubuntu, as well as statically-compiled packages that may function on any other distro using apt as its package manager.
If you were a user of either of our previous debian repositories, please remove the keys you installed before continuing. See the apt-key man page for more detail.
To be able to install packages from this repository, run the following in your shell. Be sure to replace “$CODENAME” with the release codename of your distribution
We currently only support sid, jessie, stretch, vivid and wily. If your distribution is not listed, you may try to use the codename release, but be aware that any bugs or issues arising when using this codename may not receive priority from the client developer.
echo "deb https://pkg.tox.chat/debian nightly $CODENAME" | sudo tee /etc/apt/sources.list.d/tox.list
wget -qO - https://pkg.tox.chat/debian/pkg.gpg.key | sudo apt-key add -
sudo apt-get install apt-transport-https
sudo apt-get update