F5F Stay Refreshed Software Operating Systems How to run Signal on Fedora, and how to do it "safely"

How to run Signal on Fedora, and how to do it "safely"

How to run Signal on Fedora, and how to do it "safely"

G
Gladiador70
Senior Member
698
11-12-2016, 09:57 AM
#1
Hello to the Linux enthusiasts! I’m getting started with Linux and want to try the Signal desktop app on Fedora. It looks like it’s mainly available for Debian-based systems. What’s the best way to use it on Fedora, or is it really only safe on Debian? I’ve seen some discussions about installing it safely (https://discussion.fedoraproject.org/t/a...ora/117236). Should I use the official OpenSUSE build from the service, or can I try unofficial versions via Flatpack or Snap using DistroBox? The information I found doesn’t clearly explain what each option means, and I’m worried about trying unofficial builds. Could you clarify what the OpenSUSE page is about? How does it help? What makes Flatpack risky? Is there a way to make it safer? I’ve heard about checking the manifest, but I’m not sure. Would DistroBox be a convenient choice for regular use? Signal is important for chatting with friends, and I really enjoy Fedora with KDE Plasma so far. But I need Signal, and I’m hesitant about switching to another distro because of past experiences. Thank you for helping me understand this better!
G
Gladiador70
11-12-2016, 09:57 AM #1

Hello to the Linux enthusiasts! I’m getting started with Linux and want to try the Signal desktop app on Fedora. It looks like it’s mainly available for Debian-based systems. What’s the best way to use it on Fedora, or is it really only safe on Debian? I’ve seen some discussions about installing it safely (https://discussion.fedoraproject.org/t/a...ora/117236). Should I use the official OpenSUSE build from the service, or can I try unofficial versions via Flatpack or Snap using DistroBox? The information I found doesn’t clearly explain what each option means, and I’m worried about trying unofficial builds. Could you clarify what the OpenSUSE page is about? How does it help? What makes Flatpack risky? Is there a way to make it safer? I’ve heard about checking the manifest, but I’m not sure. Would DistroBox be a convenient choice for regular use? Signal is important for chatting with friends, and I really enjoy Fedora with KDE Plasma so far. But I need Signal, and I’m hesitant about switching to another distro because of past experiences. Thank you for helping me understand this better!

M
MrEv15425
Member
122
11-12-2016, 10:29 PM
#2
OpenSUSE shares similarities with RedHat, especially in supporting Fedora. It’s another prominent Linux developer aimed at business environments. Their servers offer various software you can access. There’s a guide to add their server to the package manager for installation. They seem to use older development methods that might pose security risks, but it works for most users. For simplicity and ease of use, this approach feels right, particularly since Flatpaks emphasize containerization for safety. I personally wouldn’t rely on it unless I prefer a different desktop setup. Instead, I’d lean toward Flatpak or the official OpenSUSE repository. Kubuntu is also well-known and popular. It’s similar to the Fedora KDE version you might be using—just swapping the default desktop environment. It’s a solid choice if you’re interested in switching. Regarding Ubuntu, I’m unsure what specific concerns you mean, though many view it as unfairly criticized. For most users, it remains the top option due to its large community, software support, and documentation. The main drawback is the package manager, which isn’t ideal, but it still serves well for a server OS. For personal use, I’d probably opt for Fedora or OpenSUSE depending on whether I want Gnome or KDE.
M
MrEv15425
11-12-2016, 10:29 PM #2

OpenSUSE shares similarities with RedHat, especially in supporting Fedora. It’s another prominent Linux developer aimed at business environments. Their servers offer various software you can access. There’s a guide to add their server to the package manager for installation. They seem to use older development methods that might pose security risks, but it works for most users. For simplicity and ease of use, this approach feels right, particularly since Flatpaks emphasize containerization for safety. I personally wouldn’t rely on it unless I prefer a different desktop setup. Instead, I’d lean toward Flatpak or the official OpenSUSE repository. Kubuntu is also well-known and popular. It’s similar to the Fedora KDE version you might be using—just swapping the default desktop environment. It’s a solid choice if you’re interested in switching. Regarding Ubuntu, I’m unsure what specific concerns you mean, though many view it as unfairly criticized. For most users, it remains the top option due to its large community, software support, and documentation. The main drawback is the package manager, which isn’t ideal, but it still serves well for a server OS. For personal use, I’d probably opt for Fedora or OpenSUSE depending on whether I want Gnome or KDE.

V
Vortex59_YT
Member
198
11-16-2016, 06:40 PM
#3
The flatpak setup (though not confirmed) is considered the simplest and most effective method. From my perspective, it also provides extra security advantages that native versions lack because of its sandboxing features. With another tool like Flatseal, you can fine-tune access rights for any flatpak application, similar to managing permissions on a mobile device with precise control. The Signal package for flatpak appears well cared for by a community of contributors and is the one I currently use on my desktop running a Fedora-based distribution. https://github.com/flathub/org.signal.Signal (If you're interested in reviewing the changes)

As for your questions:

1. The Opensuse site comes from their Open Build Service (OBS), which is similar to how all packages are developed for OpenSuse—though not like a streaming service. This process ensures every release is reliable. OpenSuse is widely recognized and trusted in the Linux community, especially if you're new to it. It powers popular distros like OpenSuse Tumbleweed and Leap. The specific OBS page I saw seems to be the official source for their repositories, maintained by several package developers. These maintainers also handle many other distributions, making the packages quite dependable. The solution works by creating custom patches and configurations tailored for Fedora or Red Hat-like systems, essentially turning it into a native install while keeping the benefits of flatpak’s isolation.

2. I haven’t heard much about Flatpak posing security risks; in fact, it tends to be more secure than traditional methods because of its sandboxing and permission controls. You can specify exactly which folders and system calls are allowed, limiting access as needed. From my view, it’s safe by default—packages only request the permissions they require, and these are clearly listed on the Flathub page.

3. Quick summary: No. This approach is akin to adopting a second operating system with all its features, which works well for occasional use or specific tasks rather than daily heavy applications. Although I’m new to distrobox, I can’t claim expertise here. P.S. Kubuntu is an official variant of Ubuntu, offering KDE as the default interface—so it’s essentially just Ubuntu with a different UI. Edit: I began drafting this after someone above responded; my initial reply wasn’t as thorough. Updated September 6, 2025 by Bomnam.
V
Vortex59_YT
11-16-2016, 06:40 PM #3

The flatpak setup (though not confirmed) is considered the simplest and most effective method. From my perspective, it also provides extra security advantages that native versions lack because of its sandboxing features. With another tool like Flatseal, you can fine-tune access rights for any flatpak application, similar to managing permissions on a mobile device with precise control. The Signal package for flatpak appears well cared for by a community of contributors and is the one I currently use on my desktop running a Fedora-based distribution. https://github.com/flathub/org.signal.Signal (If you're interested in reviewing the changes)

As for your questions:

1. The Opensuse site comes from their Open Build Service (OBS), which is similar to how all packages are developed for OpenSuse—though not like a streaming service. This process ensures every release is reliable. OpenSuse is widely recognized and trusted in the Linux community, especially if you're new to it. It powers popular distros like OpenSuse Tumbleweed and Leap. The specific OBS page I saw seems to be the official source for their repositories, maintained by several package developers. These maintainers also handle many other distributions, making the packages quite dependable. The solution works by creating custom patches and configurations tailored for Fedora or Red Hat-like systems, essentially turning it into a native install while keeping the benefits of flatpak’s isolation.

2. I haven’t heard much about Flatpak posing security risks; in fact, it tends to be more secure than traditional methods because of its sandboxing and permission controls. You can specify exactly which folders and system calls are allowed, limiting access as needed. From my view, it’s safe by default—packages only request the permissions they require, and these are clearly listed on the Flathub page.

3. Quick summary: No. This approach is akin to adopting a second operating system with all its features, which works well for occasional use or specific tasks rather than daily heavy applications. Although I’m new to distrobox, I can’t claim expertise here. P.S. Kubuntu is an official variant of Ubuntu, offering KDE as the default interface—so it’s essentially just Ubuntu with a different UI. Edit: I began drafting this after someone above responded; my initial reply wasn’t as thorough. Updated September 6, 2025 by Bomnam.

C
castillo_
Junior Member
43
11-17-2016, 09:31 PM
#4
@RONOTHAN## and @Bomnam, your insights are really useful! This should fix my Signal problem. Appreciate you sharing the Kubuntu info—it seemed less common than I thought.
C
castillo_
11-17-2016, 09:31 PM #4

@RONOTHAN## and @Bomnam, your insights are really useful! This should fix my Signal problem. Appreciate you sharing the Kubuntu info—it seemed less common than I thought.