savadks1818
Posts: 3
Joined: Fri May 18, 2018 8:43 am

Telegram desktop app for Raspberry pi

Sat May 19, 2018 6:08 pm

Hi,
i am new to the linux world. ... recently i fonud this link - https://drive.google.com/open?id=0BzaLG ... VJzMEt3OXc telling that, this version of telegram can be installed on the raspberry pi ... can any one can please tell me how to do this... Because inside the tar.gz file it only contain 2 files without extension.. please help

User avatar
topguy
Posts: 6527
Joined: Tue Oct 09, 2012 11:46 am
Location: Trondheim, Norway

Re: Telegram desktop app for Raspberry pi

Sat May 19, 2018 6:50 pm

Linux dont bother with extensions like Windows do. If you want to check what a file is you can use the "file" command, "file Telegram"

But go to the directory and try to run ./Telegram

mfa298
Posts: 1387
Joined: Tue Apr 22, 2014 11:18 am

Re: Telegram desktop app for Raspberry pi

Sat May 19, 2018 10:42 pm

savadks1818 wrote:
Sat May 19, 2018 6:08 pm
Hi,
i am new to the linux world. ... recently i fonud this link - ...
The same warning for windows about being careful about downloading random binaries from the internet also applies for Linux. Be very careful unless you know and trust the person distributing the files (and even then you should probably still be a bit cautious).

Unfortunately there are malicious people out there. Maybe not as many as in the windows world but they do still exist. With the likes of apt the standard repositories sign their packages with a key which is built into the OS, so if you install things that way there's at least a strong guarantee that what your installing is what they published (and they're hopefully trustworthy)

User avatar
DougieLawson
Posts: 39304
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: Telegram desktop app for Raspberry pi

Sat May 19, 2018 11:05 pm

It's probably safer to pull the source from https://github.com/telegramdesktop/tdesktop and build that on your Raspberry.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

savadks1818
Posts: 3
Joined: Fri May 18, 2018 8:43 am

Re: Telegram desktop app for Raspberry pi

Tue May 29, 2018 5:11 am

savadks1818 wrote:
Sat May 19, 2018 6:08 pm
Hi,
i am new to the linux world. ... recently i fonud this link - https://drive.google.com/open?id=0BzaLG ... VJzMEt3OXc telling that, this version of telegram can be installed on the raspberry pi ... can any one can please tell me how to do this... Because inside the tar.gz file it only contain 2 files without extension.. please help
OK ..THANKS... :)

savadks1818
Posts: 3
Joined: Fri May 18, 2018 8:43 am

Re: Telegram desktop app for Raspberry pi

Tue May 29, 2018 5:12 am

mfa298 wrote:
Sat May 19, 2018 10:42 pm
savadks1818 wrote:
Sat May 19, 2018 6:08 pm
Hi,
i am new to the linux world. ... recently i fonud this link - ...
The same warning for windows about being careful about downloading random binaries from the internet also applies for Linux. Be very careful unless you know and trust the person distributing the files (and even then you should probably still be a bit cautious).

Unfortunately there are malicious people out there. Maybe not as many as in the windows world but they do still exist. With the likes of apt the standard repositories sign their packages with a key which is built into the OS, so if you install things that way there's at least a strong guarantee that what your installing is what they published (and they're hopefully trustworthy)
Thanks man ..:)

Return to “General discussion”