How to install telegram on linux mint

How to install telegram on linux mint

Установка популярного инстант-мессенджера Telegram — в Линукс минт производится следующим образом.
Добавляем репозиторий и устанавливаем программу:

sudo add-apt-repository ppa:atareao/telegram apt update apt install telegram

По кнопке Start Messaging — первым делом запросят наш номер телефона, если он окажется если на него еще не заведена учетка — нам это покажут:

Зарегистрировать новый аккауни можно по не очень говорящей ссылке «Here», где нам пришлют в смс код проверки для дальнейшей регистрации.

На этом почти всё, осталось приучить программу к великому и могучему. Для русификации перейдем к списку локализаций на сайте проекта

Теперь еще одно чудо со стороны юзабилити, чтоб подсунуть новый фалик локализаций необходимо перейти в настройки (Settings) в разделе General и кликнуть на «Change Language» c зажатой комбинацией Alt+Shift Не самое логичное и распространенное решение, мягко говоря. Ну да ладно, по этим действиям откроется окно выбора файла (если файл прислан ботом он попадет в ~/Загрузки/Telegram Descktop/)

Изображение

Изображение

FliXis Сообщения: 363 Зарегистрирован: 31 авг 2016, 14:01 Решено: 8 Благодарил (а): 89 раз Поблагодарили: 21 раз Контактная информация:

Источник

How to Install and Use Telegram on Linux Mint

Telegram is one of the many instant messaging apps floating around the internet. However, Telegram isn’t just an ordinary messaging app. Telegram comes with enhanced privacy features that make it a top choice among privacy-enthusiasts. In this article, we’ll be checking out how to install and use Telegram on Linux Mint.

Telegram on Linux Mint

In today’s internet world, privacy and security are one of the top priorities. It’s a well-known fact that the tech giants, in exchange for their free service, gather user data and use it for business purposes. Moreover, there have been some really disgusting data leaks that really shook the world.

That’s why for the privacy-concerned and privacy-enthusiast folks, Telegram is an excellent choice. If you’re interested in stronger privacy and security of your conversation, consider Telegram. Telegram is so confident that there’s a cracking contest with the prize money of $300,000!

Читайте также:  Linux date utc change

Here are some of the features that Telegram offers.

  • Privacy: Messages are encrypted heavily. They can be configured to self-destruct. Powerful end-to-end encryption implementation with the “Secret chats” feature.
  • Encryption: Telegram uses 256-bit symmetric AES and 2048-bit RSA encryption. As for key exchange, it uses Diffie-Hellman secure key exchange algorithm. Learn more about Telegram encryption.
  • Multi-platform: Telegram is available to desktop (Windows, Linux and Mac OS X) and mobile (Android, iOS) platforms.
  • Price: Telegram is free of charge. As of now, the project is funded by the donation from a certain individual (check out more).

If you’re interested in further details, I suggest checking out Telegram FAQ. It’s a robust documentation on Telegram.

Ready? Let’s get started installing Telegram!

Install Telegram on Linux Mint

Telegram can be enjoyed from the browser. However, it’s more convenient to have a desktop client. In the case of Linux Mint, there are multiple ways we can grab it. Telegram desktop client is directly available from the package server. It’s also available as snap and flatpak packages.

Let’s check out installing Telegram.

Install Telegram from the package server

Telegram is directly available from the Ubuntu package server. Linux Mint is an Ubuntu-based distro, so it also uses the Ubuntu package server as a source for its packages. To grab Telegram, all we have to do is issue a command to the APT package manager.

Fire up a terminal and update the APT cache first.

Install Telegram snap

Snap is, in practice, a universal Linux package. Given the support of snappy (the snap package manager), a snap package can be installed on any Linux distro. Learn more about snap.

Linux Mint doesn’t come with snappy pre-installed. However, if you already have snappy set, then jump directly to the Telegram snap installation step. Otherwise, follow along.

Install snappy by running the following command in a terminal.

Now, install the snap “core”.

Restart the snap service so that the changes are in effect.

Now, the system is ready to install Telegram snap.

Install Telegram flatpak

Just like snap, flatpak is also a universal Linux package. As long as the flatpak package manager is supported, a flatpak package can be installed and used in any Linux distro. The functionality and usage are a bit different than snap but in principle, both of them are the same.

Читайте также:  How to use wine on linux

Thankfully, Linux Mint comes with a flatpak package manager pre-installed. However, if, for some reason, you’ve uninstalled the flatpak package manager, let’s check out how to install it.

Now, we need to add the Flathub repository. Flathub is the official store for flatpak.

Flatpak is ready to grab packages from Flathub. The next command will install Telegram directly from Flathub.

Using Telegram

Now that Telegram is installed, it’s time to get started! Launch Telegram from the menu.

The welcome page of Telegram will pop up. Click “START MESSAGING”.

Assuming that you already have a Telegram account, it’s time to log in. Telegram uses the mobile number as the primary mean for account creation. Enter your mobile number to proceed.

A code will be messaged to your mobile number. Use the code to verify that you’re the owner of this account.

Voila! Telegram is ready at your service!

Now, I personally suggest checking out Telegram settings. There are some really interesting privacy options that you should consider checking out. Go to Settings >> Privacy and Security.

Final thoughts

Often times, Telegram is considered the direct alternative to WhatsApp. For privacy-concerned folks out there, it could very well be. I’m also personally a big fan of Telegram because of its security features. Telegram offers full control over what you say and share.

Thanks to Telegram API, you have the freedom of choosing more than the official client. Franz is such an all-in-one messaging app that supports multiple platforms, for example, WhatsApp, Telegram, Slack, WeChat, Skype, Messenger and much more! Check out Franz.

About the author

Sidratul Muntaha

Student of CSE. I love Linux and playing with tech and gadgets. I use both Ubuntu and Linux Mint.

Источник

How to Install Telegram on Linux Mint 20

How to Install Telegram on Linux Mint 20

Telegram Messanger, or simply Telegram, is a fast, simple, and secure cross-platform online messaging application that came into the picture in August 2013. It rivals other popular messaging applications such as Facebook Messenger and WhatsApp. Just like other messaging apps, you can send and receive text & voice messages, multimedia files like images & videos, as well as make and receive video calls.

Читайте также:  Bodhi linux установка русского языка

With Telegram, you can sync and access your chats across multiple devices such as your Android smartphone, PC, and even tablet. Your messages are heavily encrypted to protect your privacy and can self-destruct.

There are two ways of installing Telegram – you can use the APT package manager or turn to snap packages. Either of these will work seamlessly.

Install Telegram Desktop using the APT package manager

To start off with installing Telegram, launch your terminal and refresh your repositories as follows:

$ sudo apt update

Afterward, after the package index has been updated, install Telegram as follows using APT.

$ sudo apt install telegram-desktop

The command installs Telegram along with additional packages and libraries required by the messaging application.

Install Telegram Desktop from snap packages

Alternatively, you can install Telegram from snap as demonstrated in the command herein.

$ sudo snap install telegram-desktop

This installs Telegram along with all the dependencies and libraries. Snaps are quite chunky in size and patience is recommended during installation. If you don’t need to worry about disk space, then installing Telegram from snap is the way to go.

Once the installation of Telegram is complete, verify that Telegram is installed as shown.

$ snap list | grep -i Telegram

Launch Telegram

To start using Telegram, use the Application manager to search and launch Telegram.

On the pop-up Telegram GUI that appears, click on the ‘Start Messaging’ button.

Key in your phone number and hit the ‘Next’ button.

An OTP will be sent to your smartphone. Use this code and press ENTER to access the messaging platform.

Thereafter, you can start chatting with your friends, join groups and share your files with them. You can also install Telegram from Google PlayStore to your Android device or from Apple PlayStore for your iOS device and get caught up with all the conversations on the go.

This wraps up this guide on the installation of Telegram on Linux Mint 20. It’s our sincere hope that this tutorial was beneficial in getting Telegram on your Linux Mint 20.

Karim Buzdar holds a degree in telecommunication engineering and holds several sysadmin certifications including CCNA RS, SCP, and ACE. As an IT engineer and technical author, he writes for various websites.

Источник

Оцените статью
Adblock
detector