0

i wonder why the apps in linux ubuntu does not self update like Telegram desktop app in linux which updates itself.

MrAli
  • 1

1 Answers1

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