Telegram is a popular cross-platform, cloud-based instant messaging system with a focus on security and speed.
The telegram-desktop
is a native Telegram app for Linux that can be installed on Ubuntu and Linux Mint from the official repositories.
Cool Tip: How to send messages form the Linux command-line through the Telegram API! Create your personal notification bot! Read more →
Install Telegram on Ubuntu
To install the Telegram on Ubuntu or Linux Mint from the Ubuntu’s official repositories, simply execute this command from the terminal:
$ sudo apt install telegram-desktop
When the installation is complete the Telegram app will be available to launch from app launchers and app menus.
To update the Telegram app and get all the latest features:
$ sudo apt update $ sudo apt install telegram-desktop --reinstall