Hi, there!

Newbie question here: basically, the title. Perhaps what I’m asking is pretty obvious, but I’d like to double-check with the community on this.

I use Discover on my Debian KDE Plasma set-up, with Flatpaks enabled (but not Snaps). Sometimes, I come across apps (I did just yesterday, searching for translation apps to replace DeepL), that have according to its page, an unknown author and, sometimes, even an unkown licence, but which do require access permission to the whole system (this latter requirement applying specifically to Deb packages, from what I’ve seen).

Under these circumstances, is it safe to assume that such apps will still be safe because of the fact that they appear listed on Discover (in other words, is Discover a guarantee of safety for the apps it shows, as in, some type of checked or proved content), or should I still be wary of potentially malicious software included on it?

Thank you very much in advance :)

      • ozymandias117@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        2 hours ago

        Maybe to help, you can see where you’ve enabled “repositories” that APT can download from in /etc/apt/sources.list and /etc/apt/sources.list.d

        As long as you haven’t manually installed a .dpkg package, or manually modified it, they should be something like

        deb.debian.org security.debian.org

        Some things like Slack may try to add their own repositories down there

        When you type “sudo apt install” it is allowed to install from any configured repos down there