Supported Distributions
DEB
- Debian 11 (bullseye) / 12 (bookworm)
- Ubuntu 22.04 (jammy) / 24.04 (noble)
RPM
- RedHat 8.6 / 9+
- CentOS Stream 8.6 / 9+
How to install Latest Tixeo Communication Client (v17.1)
Debian and Ubuntu
You need to be root or use sudo :su # or sudo -sInstall Tixeo GPG key on your system :
wget -qO - https://packages.tixeo.com/tixeorepos.gpg.key \ | gpg --dearmor -o /etc/apt/trusted.gpg.d/tixeo-archive.gpgDebian
echo "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/tixeo-archive.gpg] https://packages.tixeo.com/tcc/17.1/latest/deb $(lsb_release -cs) non-free" \ | tee /etc/apt/sources.list.d/tixeo.listUbuntu
echo "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/tixeo-archive.gpg] https://packages.tixeo.com/tcc/17.1/latest/deb $(lsb_release -cs) multiverse" \ | sudo tee /etc/apt/sources.list.d/tixeo.listInstall the Tixeo Communication Client:
sudo apt-get update && sudo apt-get install tixeoclient -y
RedHat and CentOS Stream
You need to be root or use sudo :su # or sudo -sAdd the Tixeo repository to your sources.list, edit the file :
vi /etc/yum.repos.d/Tixeo.repoInsert the text below :
[tixeo] name = Tixeo software repository baseurl = https://packages.tixeo.com/tcc/17.1/latest/rpm gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-TixeoInstall the Tixeo GPG key on your system :
wget -q https://packages.tixeo.com/tixeorepos.gpg.key -O /etc/pki/rpm-gpg/RPM-GPG-KEY-TixeoInstall the Tixeo Communication Client :
yum install tixeoclient #or dnf install tixeoclient