Installation of the Telegram messenger in Ubuntu and CentOS
The following guide describes how to install Telefram messenger on Ubuntu and CentOS.
The communicator is located in the systems repositories, so the whole thing comes down to executing a simple command in the console.
We start the terminal and, depending on the system, we issue a command:
Eat Ubuntu:
1 | sudo apt install telegram-desktop |
For Centos:
1 | sudo dnf install telegram-desktop |
We can also install via the snap shop:
1 | sudo snap install telegram-desktop |