Latest Release

17.1.11.2

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 -s
Install 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.gpg
Debian
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.list
Ubuntu
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.list
Install 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 -s
Add the Tixeo repository to your sources.list, edit the file :
vi /etc/yum.repos.d/Tixeo.repo
Insert 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-Tixeo
Install the Tixeo GPG key on your system :
wget -q https://packages.tixeo.com/tixeorepos.gpg.key -O /etc/pki/rpm-gpg/RPM-GPG-KEY-Tixeo
Install the Tixeo Communication Client :
yum install tixeoclient
#or
dnf install tixeoclient