Supported Distributions

packages.tixeo.com replaces repos.tixeo.com

This is the new Tixeo packages repository in order to deliver the TixeoCommunicationClient and TixeoServers packages.

  • To install the TixeoCommunicationClient, please follow the instructions below.
  • To install the TixeoServer from this server, please refer to the admin guide.


How to install Latest Tixeo Communication Client (v17.1)

DEB packages (Debian, 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 and Ubuntu LTS
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
Install the Tixeo Communication Client:
sudo apt-get update
sudo apt-get install tixeoclient

RPM packages (RedHat 8.6, CentOS Stream 8.6)

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