this post was submitted on 24 Mar 2026
40 points (97.6% liked)
linux4noobs
4035 readers
118 users here now
linux4noobs
Noob Friendly, Expert Enabling
Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.
Seeking Support?
- Mention your Linux distro and relevant system details.
- Describe what you've tried so far.
- Share your solution even if you found it yourself.
- Do not delete your post. This allows other people to see possible solutions if they have a similar problem.
- Properly format any scripts, code, logs, or error messages.
- Be mindful to omit any sensitive information such as usernames, passwords, IP addresses, etc.
Community Rules
- Keep discussions respectful and amiable. This community is a space where individuals may freely inquire, exchange thoughts, express viewpoints, and extend help without encountering belittlement. We were all a noob at one point. Differing opinions and ideas is a normal part of discourse, but it must remain civil. Offenders will be warned and/or removed.
- Posts must be Linux oriented
- Spam or affiliate links will not be tolerated.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Hm, that could be, I haven't tried their KDE version. Though I can't say I'd recommend that to a newbie either, as KDE in particular isn't a good option for Debian based systems since it uses a pretty old and (at least in my case) buggy version that won't receive any bug fixes or security updates until the next major Debian release (it's bad enough that the KDE devs themselves recommend avoiding KDE on Debian)
The older version of discover that comes with Debian is also pretty bad for newbies, IMHO. It is cluttered with non-relevant library files and system themes when searching for apps (I believe this was fixed in newer versions), and has no way to filter out potentially dangerous unverified flatpaks when flathub is enabled, which a newbie wouldn't know to look for. Mint's and Gnome's appstore don't show unverified flatpaks by default.
With the criteria flathub uses for verification, everything in debians own repos is unverified. We're trusting the maintainer either way.
To become a debian maintainer, you need to have already built up a rapport with Debian by being a sponsored maintainer, which lets you submit packages, but they must be approved by your sponsor. Only after establishing and proving yourself can you become a full Debian package maintainer, which also requires a trusted Debian team member advocates for you to become one based on your previous work in detail. While not impervious to bad actors, this structure creates a pretty solid level of trust in the Debian repos.
In contrast, anyone can create and submit a Flatpak to Flathub, only needing to pass a volunteer review process. Critically, after an app passes the first volunteer review process, the submitter can then push updates to the flatpak without review, meaning they could initially upload a clean version of an app, then push a version with malware in an update. Personally I don't think that security model is as effective at preventing malware compared to the Debian model of slowly building trust before being given the keys.
Verified flatpaks, on the other hand, require the submitter to verify they are part of the dev team for that application to the Flathub team, which makes them pretty much as trustable as any Debian repo package, which make them a good, safe default to show for an appstore (IMO).