Install telegram-desktop snap on Raspberry Pi
Snapcraft official guide is here
1
2
3
4
5
$ sudo apt update
$ sudo apt install snapd
$ sudo reboot
$ sudo snap install core
$ sudo snap install telegram-desktop
snap install core error and fix
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
┌──(kali㉿srzhka-pi)-[~]
└─$ sudo snap install core
error: cannot communicate with server: Post "http://localhost/v2/snaps/core": dial unix /run/snapd.socket: connect: no such file or directory
┌──(kali㉿srzhka-pi)-[~]
└─$ systemctl enable snapd.service
Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service.
┌──(kali㉿srzhka-pi)-[~]
└─$ systemctl start snapd.service
┌──(kali㉿srzhka-pi)-[~]
└─$ sudo snap install core
Setup snap "core" (13891) security profiles
core 16-2.57.2 from Canonical✓ installed
add launcher with icon
- Name:
Telegram
- Command:
/snap/bin/telegram-desktop
This post is licensed under CC BY 4.0 by the author.