this post was submitted on 16 Jun 2024
52 points (100.0% liked)

Free and Open Source Software

17508 readers
496 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

How is it possible, that Signal still only provides a .deb package and no .rpm, or even better AppImage or Flatpak? There is an unofficial Flatpak but is it secure?

you are viewing a single comment's thread
view the rest of the comments
[–] TimLovesTech@badatbeing.social 7 points 2 weeks ago (5 children)

Could always do what looks like the Arch AUR package is doing and build it yourself from source. Or if you are running a Fedora/OpenSuse distro you could find a package on COPR or something that converts a package from a .deb to .rpm and just change source and stuff to match signal.

[–] theorangeninja@lemmy.today 3 points 2 weeks ago (3 children)

Sounds like a hacky way to do things, I don't think I'm comfortable with that.

[–] ericjmorey@programming.dev 13 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

Building from source is the opposite of hacky. It's the recommended way to deal with things like this where you are concerned about trust and security. I understand that it's not something you've done before, but it not as complicated as it sounds. There are many tutorials on how to build programs from source.

I understand that providing official packages for fedora/rhel, Ubuntu/debian, and arch-based distro packages along with a flatpack and Appimage would make a lot of sense, but for whatever reason, signal has decided not to. Perhaps you can message the signal team to ask why they choose not to do this.

[–] TimLovesTech@badatbeing.social 2 points 2 weeks ago

Sometimes it comes down to support. For every distro specific format you build and package for, the more you need to do with every release (and need the proper config and to be comfortable packaging for each).

load more comments (1 replies)
load more comments (1 replies)
load more comments (2 replies)