i wonder why the apps in linux ubuntu does not self update like Telegram desktop app in linux which updates itself.
Asked
Active
Viewed 283 times
0
-
Software Installs using snaps do update. – Rinzwind Jan 31 '21 at 15:16
-
@MartinThornton I don't think this is a duplicate. The question is about 'why', not 'how to'. – Archisman Panigrahi Jan 31 '21 at 15:19
1 Answers
1
Traditionally, all GNU/Linux distros ship their own packages. The developers release the source code of a new version, and the package maintainers package them, and and the updates are distributed through the official channels (all packages are digitally signed by the maintainers, and the package manager will refuse to install the update if the package has been tampered by an attacker). Telegram is available from Ubuntu's official repositories too, but that package is only updated when one upgrades to the next release of Ubuntu.
If you install Telegram from a PPA, or a snap/flatpak, it won't self update, and you can update it like other apps, as per your convenience.

Archisman Panigrahi
- 28,338
- 18
- 105
- 212