How to Install the Telegram Desktop App in Linux Ubuntu Terminal
Install telegram desktop messenger app in linux ubuntu using terminal; Through this tutorial, we will learn how to install and use telegram desktop app in linux ubuntu system using terminal.
How to Install the Telegram Desktop App in Linux Ubuntu Terminal
Follow the following steps to install and use the telegram desktop app in Linux ubuntu using terminal:
- Step 1 – Update System Dependencies
- Step 2 – Install Telegram on Ubuntu
Step 1 – Update System Dependencies
Execute the following command on command prompt to update or upgrade linux ubuntu system dependencies:
sudo apt update sudo apt upgrade
Step 2 – Install Telegram on Ubuntu
Execute the following command on command prompt to install telegram desktop messenger app in linux ubuntu system:
sudo apt install telegram-desktop
After that, wait few minutes.
Then, Enter “y” to permit the process to complete the Telegram installation on system.
Recommended Linux Ubuntu Tutorials
Recommended:-How to Install and Use Mono on Ubuntu 22.04
Recommended:-How to Install and Configure Git on Ubuntu 22.04
Recommended:-How to Get Public IP from Terminal on Ubuntu 22.04
Recommended:-How To Enable SSH on Ubuntu 22.04
Recommended:-How to Install Yarn on Ubuntu 22.04 LTS