What is telegram ?
Telegram is a cloud-based instant messaging app that focuses on speed, security, and privacy. It allows users to send text messages, voice messages, multimedia files, and conduct voice and video calls. Telegram was developed by the Telegram Messenger LLP and was launched in 2013.
Key features of Telegram include:
(1) Cloud-Based: Telegram:
messages are stored in the cloud, allowing users to access their messages from multiple devices. This also facilitates seamless synchronization between devices.
(2) Security:
Telegram emphasizes security and offers end-to-end encryption for secret chats. It also provides features like self-destructing messages and the ability to create private, invite-only groups.
(3) Group Chats:
Users can create groups with up to 200,000 members, making it suitable for large communities or collaborative projects.
(4) Bots:
Telegram supports bots, which are automated programs that can perform various tasks, provide information, or interact with users.
(5) Stickers and GIFs:
Telegram has a wide range of stickers and GIFs that users can use to express themselves in conversations.
(6)Channels
Channels allow users to broadcast messages to a large audience. They can be public or private, and members can join voluntarily.
How to install telegram on eny Linux computer
To install Telegram on a Linux computer, you can follow these general steps. The process may vary slightly depending on your Linux distribution, but the instructions below should work for most distributions:
Open a Terminal:
You can open a terminal by pressing Ctrl+Alt+T or searching for "Terminal" in your application menu.
Update Package Repository:
It's a good practice to update your package repository to ensure you have the latest package information. Run the following command:
$ sudo apt update
Note: If you're using a Linux distribution other than Ubuntu (like Fedora or CentOS), replace apt with the package manager for your distribution (e.g., dnf for Fedora, yum for CentOS).
Install Telegram:
For Ubuntu and Debian-based systems, you can use the following command to install Telegram Desktop:
$ sudo apt install telegram-desktop
For Fedora, you can use the following command:
$ sudo dnf install telegram-desktop
For Arch Linux, you can install Telegram from the Arch User Repository (AUR) using an AUR helper like yay:
$ yay -S telegram-desktop
For other distributions, you can check your package manager's documentation or search for Telegram in your software center.
Installing Telegram using Snap
Install Telegram via Snap:
Run the following command to install Telegram using Snap:
$ sudo apt install snapd
$ sudo snap install telegram-desktop
Launch Telegram:
Once Telegram is installed, you can launch it from your application menu or by running telegram-desktop in the Terminal.