TrueConf offers native applications for multiple Linux distributions. Check out TrueConf advantages:
- 4K video conferencing for up to 1,500 users
- Team messaging and personal chats
- Meeting recording
- Content sharing and slideshow
- Remote desktop control
- Real-time meeting management
- 100% security for your communications.
Find out your operating system version
You can check your operating system version by running the following command in the terminal (it can be applied for all Linux operating systems):
1 |
cat /etc/*release* |
The basic information about your operating system, including its name and version, will be displayed in the console. For example, on the screenshot below you can see that you are using Debian 10:
Download TrueConf for Linux
Should you encounter any problems with application installation, please contact our technical support team.
Graphical Installation
For installing TrueConf, we recommend using the graphical installer. The graphical installer can be invoked by (double) clicking the downloaded package. Depending on your distribution you will get different possibilities to install the package, e.g. Open with Ubuntu Software Center.
Debian, Ubuntu, Mint
How to Install It?
You will need to run a command using the administrator account to launch the downloaded package:
1 |
apt install -y ./trueconf_client_name.deb |
trueconf_client_name.deb
— the downloaded package name
TrueConf repository address is assigned automatically after the application installation.
Alternate installation
1. Create a file /etc/apt/sources.list.d/trueconf.list
with the following line inside:
For Debian
1 |
printf "deb [arch=$(dpkg --print-architecture)] https://mirror.trueconf.com/debian $(lsb_release -cs) non-free" > /etc/apt/sources.list.d/trueconf.list |
For Ubuntu
1 |
printf "deb [arch=$(dpkg --print-architecture)] https://mirror.trueconf.com/ubuntu $(lsb_release -cs) non-free" > /etc/apt/sources.list.d/trueconf.list |
For Mint
1 |
printf "deb [arch=$(dpkg --print-architecture)] https://mirror.trueconf.com/linuxmint $(lsb_release -cs) non-free" > /etc/apt/sources.list.d/trueconf.list |
2. Run the commands as an administrator:
1 2 3 4 |
wget -O- https://mirror.trueconf.com/deb.trueconf.pub | gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/trueconf.gpg --import chmod 644 /etc/apt/trusted.gpg.d/trueconf.gpg apt update apt install trueconf |
How to Update It?
After initial installation of the application in one of the suggested methods you will be notified about updates automatically.
CentOS, Red Hat Enterprise Linux, Fedora, openSUSE
Connection of EPEL repository
Before installing TrueConf on CentOS and Red Hat, connect the EPEL repository by running the following command as the administrator:
1 |
dnf install epel-release |
How to Install It?
You will need to run a command using the administrator account to launch the downloaded package:
CentOS (you need to install and enable EPEL repository beforehand):
1 |
dnf install trueconf_client_name.rpm |
Red Hat Enterprise Linux (you need to install and enable EPEL repository beforehand):
1 |
dnf install trueconf_client_name.rpm |
Fedora:
1 |
dnf install trueconf_client_name.rpm |
openSUSE:
1 |
zypper in trueconf-client-name.rpm |
trueconf_client_name.rpm
— the downloaded package name
TrueConf repository address is assigned automatically after the application installation.
Alternate installation for CentOS, Red Hat Enterprise Linux and Fedora
1. Create a file /etc/yum.repos.d/trueconf.repo
with the following content:
For CentOS (you need to install and enable EPEL repository beforehand):
1 2 3 4 5 |
[trueconf] name=TrueConf Repository baseurl=https://mirror.trueconf.com/centos/$releasever/$basearch/release enabled=1 gpgcheck=1 |
For CentOS Stream (you need to install and enable EPEL repository beforehand):
1 2 3 4 5 6 |
[trueconf] name=TrueConf Repository baseurl=https://mirror.trueconf.com/centos-stream/$releasever/$basearch/release enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-trueconf |
For Red Hat Enterprise Linux (you need to install and enable EPEL repository beforehand):
1 2 3 4 5 6 |
[trueconf] name=TrueConf Repository baseurl=https://mirror.trueconf.com/rhel/$releasever/$basearch/release enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-trueconf |
For Fedora:
1 2 3 4 5 6 |
[trueconf] name=TrueConf Repository baseurl=https://mirror.trueconf.com/fedora/$releasever/$basearch/release enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-trueconf |
2. Run the command as an administrator:
For CentOS Stream 9, Fedora 38:
1 2 |
rpm --import https://mirror.trueconf.ru/rpm-v3.trueconf.pub dnf install trueconf |
For CentOS older than Stream 9, Fedora older than version 38 and Red Hat Enterprise Linux:
1 2 |
rpm --import https://mirror.trueconf.com/rpm.trueconf.pub dnf install trueconf |
Alternate installation for openSUSE
1. Create a file /etc/zypp/repos.d/trueconf.repo
with the following content:
1 2 3 4 5 6 7 8 |
[trueconf] name=TrueConf Repository enabled=1 autorefresh=1 baseurl=https://mirror.trueconf.com/opensuse/$releasever/$basearch/release gpgcheck=1 type=rpm-md keeppackages=0 |
2. Run the command as an administrator:
1 2 3 4 |
wget https://mirror.trueconf.com/rpm.trueconf.pub rpm --import rpm.trueconf.pub zypper refresh zypper in trueconf |
How to Update It?
After initial installation of the application you will be notified about updates automatically.
Arch
How to Install It?
Available only for 64-bit systems:
1 |
sudo pacman -U trueconf_client_name.pkg.tar.xz |
trueconf_client_name.pkg.tar.xz
— the downloaded package name
How to Update It?
The distribution is installed on top of the current version.
We are constantly improving and developing our products, so when new versions of the client application are released, the user will receive an automatic notification from the system right away!