<!doctype html>
<html lang="en">
    <head>
<meta name="google-site-verification" content="fGVso8NHyHQSzXx2ZTMRB3qYoRq3k7Du0C4AxE1CoFo" />
        <meta charset="utf-8">
        <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
        <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
        <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <link href="/css/bootstrap.min.css" rel="stylesheet" >
        <title>How to Install Telegram on a Computer Running Linux</title>
        <style>
        body{background-color: #e0f6ff;}
        a{text-decoration:none}
        .container{background: #fff;box-shadow: 0 0 30px #3f526236;margin-top: 10px;padding-top: 50px;margin-bottom: 10px;padding-bottom: 50px;}
        p{text-align:justify;font-size:1.5em}
        h1,h2{margin:1em 0}
        @media(max-width:992px){.container{background: #fff;box-shadow: 0 0 30px #3f526236;margin-top: 0px;padding-top: 20px;margin-bottom: 0px;padding-bottom: 50px;}}
        </style>


<!-- Matomo -->
<script>
  var _paq = window._paq = window._paq || [];
  /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  _paq.push(['trackPageView']);
  _paq.push(['enableLinkTracking']);
  (function() {
    var u="//matomo.hosti.biz/";
    _paq.push(['setTrackerUrl', u+'matomo.php']);
    _paq.push(['setSiteId', '16']);
    var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
    g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
  })();
</script>
<!-- End Matomo Code -->


    </head>
    <body>
    <header>
        <div class="container">
            <div class="row">
                <div class="col-md-10 offset-md-1">
                <div class="h1 text-center">Telegram FAQ</div>
                </div>
            </div>
        </div>
    </header>
    <article>
        <div class="container">
            <div class="row">
                <div class="col-md-10 offset-md-1">

<h1>How to Install Telegram on a Computer Running Linux</h1>

<p>You can install Telegram on a PC or laptop running Linux in three ways: using the Ubuntu Software Center, from the official website or via the terminal window. Let’s examine all three installation methods using the example of the Ubuntu OS with screenshots and explanations. We will teach you to work with the graphic user interface, to install the portable client version and to find the Snap and Flatpak bundles via the command prompt. You can also read about adding the Software Center if the software manager isn’t already installed.</p>

<h2>Installing Telegram Using the Ubuntu Software Center</h2>

<p>Installing the messenger through the graphic user interface of the Software Center is intuitive and shouldn’t pose any difficulties. This method will suit beginner Linux users who are not familiar with the terminal window and are used to working with the iOS, Android, or Windows operating systems.</p>

<p>1. Click on the Software Center icon on the Ubuntu Dash left side panel.</p>
<div class="card my-3">
    <img src="/images/Ubuntu-Software-web/1-Ubuntu-Software-Center.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">finding the Ubuntu Software Center</p>
    </div>
</div>



<p>2. In the window that opens, click on the magnifying glass icon.</p>

<div class="card my-3">
    <img src="/images/Ubuntu-Software-web/2-stroka-poiska.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">locating the application search bar</p>
    </div>
</div>


<p>3. In the search bar, type in “telegram”.</p>

<div class="card my-3">
    <img src="/images/Ubuntu-Software-web/3-poisk-telegram.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">searching for Telegram in the Ubuntu Software Center</p>
    </div>
</div>


<p>4. Click on the top result, telegram-desktop.</p>

<div class="card my-3">
    <img src="/images/Ubuntu-Software-web/4-perehod-k-Telegram-Desktop.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">opening the Telegram Desktop page</p>
    </div>
</div>


<p>5. Read the description. Take note of the application version and file size.</p>

<div class="card my-3">
    <img src="/images/Ubuntu-Software-web/5-opisanie.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">description of Telegram for Linux</p>
    </div>
</div>

<div class="card my-3">
    <img src="/images/Ubuntu-Software-web/6-versija-ves.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">application version and size</p>
    </div>
</div>



<p>6. Press the green Install button near the top of the screen.</p>
<div class="card my-3">
    <img src="/images/Ubuntu-Software-web/7-zapusk-installiacii.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">beginning Telegram installation in Ubuntu</p>
    </div>
</div>




<p>By default, Ubuntu Software Center offers the latest stable version of Telegram. To download the newest messenger version and to explore the updates at the testing stage, select the second item from the Source drop-down menu.</p>

<div class="card my-3">
    <img src="/images/Ubuntu-Software-web/8-latest-edge.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">choosing the latest/edge channel</p>
    </div>
</div>



<p>7. Wait for the installation to complete.</p>

<div class="card my-3">
    <img src="/images/Ubuntu-Software-web/9-ustanovka.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">installing Telegram in the Linux OS</p>
    </div>
</div>



<div class="card my-3">
    <img src="/images/Ubuntu-Software-web/10-zavershenie-ustanovki.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">messenger installation successfully completed</p>
    </div>
</div>



<p>After completing the installation, press the Permissions button and check the permission settings for Telegram to access the camera, microphone, speaker, and flash drive. You don’t have to change the default settings.</p>

<div class="card my-3">
    <img src="/images/Ubuntu-Software-web/11-nastroiki-razresheniy.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">opening the Telegram permission settings</p>
    </div>
</div>


<div class="card my-3">
    <img src="/images/Ubuntu-Software-web/12-upravlenie-razreshenijami.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">adjusting the messenger permissions</p>
    </div>
</div>


<p>Click on the Telegram icon on the desktop and sign up for the messenger.</p>

<div class="card my-3">
    <img src="/images/Ubuntu-Software-web/13-yarlik-telegram.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">the Telegram icon on the desktop</p>
    </div>
</div>



<div class="card my-3">
    <img src="/images/Ubuntu-Software-web/14-perviy-zapusk.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">launching the messenger for the first time</p>
    </div>
</div>



<p>The development of the Software Center was completed in 2015, so this outdated program may not be installed on your computer by default. To install the software manager, press Ctrl + Alt + T at the same time to open the terminal window, then type in the command sudo apt-get install software-center. If there is an issue with the installation or the software manager isn’t working properly, use the command sudo apt --reinstall install software-center to reinstall the software manager.</p>

<h2>Installing Telegram for Ubuntu from the Official Website</h2>

<p>Downloading Telegram for Ubuntu from the official site gives you the portable version of the application. Save the messenger on a flash drive and launch the program on any PC or laptop. Communicate with your friends from your home, a café, college, or the office.</p>

<p>1. Click the Mozilla Firefox icon on the Ubuntu Dash panel and open the website telegram.org.</p>

<div class="card my-3">
    <img src="/images/sait-web/1-brauzer.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">launching Mozilla Firefox</p>
    </div>
</div>


<div class="card my-3">
    <img src="/images/sait-web/2-sait-telegram.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">open the official messenger website</p>
    </div>
</div>



<p>2. Scroll down and follow the blue Telegram for PC / Linux link.</p>

<div class="card my-3">
    <img src="/images/sait-web/3-pereidite-po-ssilke.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">follow the Telegram for PC/Linux link</p>
    </div>
</div>



<p>3. Click on the blue Get Telegram for Linux button to download the messenger from the official site.</p>

<div class="card my-3">
    <img src="/images/sait-web/4-zagruzka-installiatora.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">downloading the installer for Ubuntu</p>
    </div>
</div>


<p>If you want to install Telegram from a Flatpak bundle, follow the Flatpak link to the Flathub repository and press the INSTALL button. To install the application from a Snap bundle, go to the Snap Store, select the version and click on the button in the top right-hand corner of the screen.</p>
<div class="card my-3">
    <img src="/images/sait-web/5-Flatpak.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">installing the messenger from a Flatpak bundle</p>
    </div>
</div>

<div class="card my-3">
    <img src="/images/sait-web/6-snap.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">installing from the Flathub repository</p>
    </div>
</div>


<div class="card my-3">
    <img src="/images/sait-web/7-Flathub.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">downloading the application from a Snap bundle</p>
    </div>
</div>


<div class="card my-3">
    <img src="/images/sait-web/8-Snap-Store.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">installing from the Snap Store</p>
    </div>
</div>


<p>4. To save the Telegram archive file on your computer, select Save File in the modal window that appears and click OK.</p>
<div class="card my-3">
    <img src="/images/sait-web/9-sohranenie-arhiva.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">saving the messenger archive file on your PC</p>
    </div>
</div>


<p>5. Double-click on the archive file tsetup.3.7.3.tar.xz with the left mouse button and press the gray Extract button on the top left side of the window.</p>
<div class="card my-3">
    <img src="/images/sait-web/10-otkritie-arhiva.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">opening the archive file tsetup.3.7.3.tar.xz</p>
    </div>
</div>



<p>6. Press the green Extract button in the top right-hand corner of the modal window. Don’t change the extraction settings in the bottom part of the screen.</p>

<div class="card my-3">
    <img src="/images/sait-web/11-razarhivacija.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">extracting the messenger in Ubuntu</p>
    </div>
</div>


<p>7. The archiving software will inform you when the archive file has been successfully extracted. Press Show the Files.</p>

<div class="card my-3">
    <img src="/images/sait-web/12-uspeshnaja-raspakovka.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">archive file successfully extracted</p>
    </div>
</div>



<p>By default, files are extracted to the root directory Home.</p>

<div class="card my-3">
    <img src="/images/sait-web/13-arhiv-messendgera.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">messenger folder in the root directory Home</p>
    </div>
</div>


<p>8. Open the Telegram folder and click on the file with the name of the messenger.</p>
<div class="card my-3">
    <img src="/images/sait-web/14-zapusk-telegram-portable.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">launching Telegram Portable for Linux</p>
    </div>
</div>


<p>Click on the blue button and link your phone number to the messenger.</p>

<div class="card my-3">
    <img src="/images/sait-web/15-registracija-perviy-zapusk.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">registering upon first launching the app</p>
    </div>
</div>


<p>To free up memory, delete the Telegram catalog and the archive file tsetup.3.7.3.tar.xz. You don’t need to uninstall the application.</p>


<h2>How to Install Telegram via the Ubuntu Terminal</h2>

<p>Working with the console will suit experienced users and adherents of the Linux philosophy. If “bundles,” “dependencies,” and “repositories” are not your cup of tea, we recommend installing applications via the Ubuntu GUI.</p>

<p>1. Click the Show Applications button in the bottom left-hand corner of the window.</p>

<div class="card my-3 w-25">
    <img src="/images/komandnaja-stroka-web/1-perehod-k-spisku.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">finding the list of applications in the Ubuntu OS</p>
    </div>
</div>



<p>2. In the application search bar, type in “cmd”.</p>

<p>3. Click on the Terminal icon.</p>
<div class="card my-3">
    <img src="/images/komandnaja-stroka-web/2-ustanovlennie-prilogenija.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">applications installed on the PC</p>
    </div>
</div>


<div class="card my-3">
    <img src="/images/komandnaja-stroka-web/3-otkroite-okno-terminala.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">open the Linux terminal window</p>
    </div>
</div>




<p>As an alternative, you can open the terminal window by pressing Ctrl + Alt + T at the same time.</p>
<div class="card my-3">
    <img src="/images/komandnaja-stroka-web/4-komandnaja-stroka.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">the Linux command prompt</p>
    </div>
</div>



<p>4. To search for the Telegram Snap-bundle, type in snap search telegram-desktop and press Enter.</p>

<p>Information about the application version and publisher will appear in the terminal window.</p>
<div class="card my-3">
    <img src="/images/komandnaja-stroka-web/5-poisk-snap.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">searching for the Snap-bundle</p>
    </div>
</div>


<p>5. To install the client, execute the command sudo snap install telegram-desktop.</p>

<div class="card my-3">
    <img src="/images/komandnaja-stroka-web/6-ustanovka-cherez-atroku.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">installing Telegram via the command prompt</p>
    </div>
</div>


<p>In 1-2 minutes, a message will appear stating that the installation has completed. The Telegram icon will be added to the Ubuntu application menu.</p>
<div class="card my-3">
    <img src="/images/komandnaja-stroka-web/7-ogidaite-okonchanija.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">wait for the installation to complete</p>
    </div>
</div>


<div class="card my-3">
    <img src="/images/komandnaja-stroka-web/8-installiacija-zavershena.jpg" class="card-img-top">
    <div class="card-body">
        <p class="card-text fst-italic text-center">messenger installation from the console is complete </p>
    </div>
</div>



<p>6. To launch the messenger, type in the command telegram-desktop or click on the airplane icon on the desktop.</p>

<p>To search for the Flatpak bundle containing Telegram, type in flatpak search telegram. To install and launch the messenger, execute the command flatpak install flathub org.telegram.desktop followed by flatpak run org.telegram.desktop.</p>












                </div>
            </div>
        </div>
        </article>
        <footer>
        <div class="container">
            <div class="row">
                <div class="col-md-10 offset-md-1">
                <div class="text-center"><small><a href="#">&copy; xperiaandroid.com</a></small></div>
                </div>
            </div>
        </div>
        </footer>
    <script src="/js/bootstrap.bundle.min.js"></script>
    </body>
</html>
