• Shareni@programming.dev
    link
    fedilink
    arrow-up
    38
    arrow-down
    1
    ·
    13 hours ago

    No, Debian doesn’t take your apt install ... command and install a snap behind your back…

    • lengau@midwest.socialOP
      link
      fedilink
      arrow-up
      4
      arrow-down
      16
      ·
      13 hours ago

      I don’t understand how a transitional package that installs the snap (which is documented in the package description) is any different from a transitional package that replaces, say, ffmpeg with libav.

      $ apt show firefox
      Package: firefox
      Version: 1:1snap1-0ubuntu5
      Priority: optional
      Section: web
      Origin: Ubuntu
      Maintainer: Ubuntu Mozilla Team <ubuntu-mozillateam@lists.ubuntu.com>
      Bugs: https://bugs.launchpad.net/ubuntu/+filebug
      Installed-Size: 124 kB
      Provides: gnome-www-browser, iceweasel, www-browser, x-www-browser
      Pre-Depends: debconf, snapd (>= 2.54)
      Depends: debconf (>= 0.5) | debconf-2.0
      Breaks: firefox-dbg (<< 1:1snap1), firefox-dev (<< 1:1snap1), firefox-geckodriver (<< 1:1snap1), firefox-mozsymbols (<< 1:1snap1)
      Replaces: firefox-dbg (<< 1:1snap1), firefox-dev (<< 1:1snap1), firefox-geckodriver (<< 1:1snap1), firefox-mozsymbols (<< 1:1snap1)
      Task: ubuntu-desktop-minimal, ubuntu-desktop, kubuntu-desktop, kubuntu-full, xubuntu-desktop, lubuntu-desktop, ubuntustudio-desktop, ubuntukylin-desktop, ubuntukylin-desktop, ubuntukylin-desktop-minimal, ubuntu-mate-core, ubuntu-mate-desktop, ubuntu-budgie-desktop-minimal, ubuntu-budgie-desktop, ubuntu-budgie-desktop-raspi, ubuntu-unity-live, edubuntu-desktop-gnome-minimal, edubuntu-desktop-gnome, edubuntu-desktop-gnome-raspi, ubuntucinnamon-desktop-minimal, ubuntucinnamon-desktop
      Download-Size: 77.3 kB
      APT-Manual-Installed: no
      APT-Sources: http://us.archive.ubuntu.com/ubuntu noble/main amd64 Packages
      Description: Transitional package - firefox -> firefox snap
       This is a transitional dummy package. It can safely be removed.
       .
       firefox is now replaced by the firefox snap.
      
        • lengau@midwest.socialOP
          link
          fedilink
          arrow-up
          6
          arrow-down
          1
          ·
          8 hours ago

          If you don’t want to explain, you’re perfectly welcome to not explain. But saying what amounts to “if you don’t know I’m not telling you”, especially when you weren’t specifically asked, is a pretty unkind addition to the conversation.

          • curbstickle@lemmy.dbzer0.com
            link
            fedilink
            arrow-up
            9
            arrow-down
            1
            ·
            8 hours ago

            One selects a different package, same source repo.

            The other completely changes the installation, invisibly to the user, potentially introducing vulnerabilities.

            Such as what they did with Docker, which I found less than hilarious when I had to clean up after someone entirely because of this idiocy.

            The differences seem quite clear.

            • lengau@midwest.socialOP
              link
              fedilink
              arrow-up
              2
              arrow-down
              1
              ·
              8 hours ago

              In both cases, the packages are owned by the same people? (Fun fact: mozilla actually owns both the Firefox snap and the firefox package in the Ubuntu repos.) I’m non sure how that “potentially introduces vulnerabilities” any more than “having a package which has dependencies” does.

              I’m not sure what you’re referring to with Docker. Canonical provides both the docker.io package in apt and the docker snap. Personally I use the snap on my machine because I need to be able to easily switch versions for my development work.

              • curbstickle@lemmy.dbzer0.com
                link
                fedilink
                arrow-up
                5
                arrow-down
                2
                ·
                7 hours ago

                Because the separate installation means you can actually end up with both an apt installed and a snap installed.

                My comment about docker was a specific example of such a case, where vulnerabilities were introduced. It was actually a commonly used attack a few years ago to burn up other CPU and GPU to generate crypto.

                Yes, canonical provides both. Guess what? They screwed up, and introduced several vulnerabilities, and you ended up with both a snap and apt installed docker.

                The fact that they are both packaged by Canonical is both irrelevant and a perfect example of the problem.

                • lengau@midwest.socialOP
                  link
                  fedilink
                  arrow-up
                  1
                  ·
                  6 hours ago

                  Because the separate installation means you can actually end up with both an apt installed and a snap installed.

                  This is something that can happen any time you have multiple package managers or even multiple repositories in the same package manager. Google’s official Chrome apt repo has debs for google-chrome-stable, google-chrome-beta and google-chrome-unstable, quite intentionally.

                  My comment about docker was a specific example of such a case, where vulnerabilities were introduced. It was actually a commonly used attack a few years ago to burn up other CPU and GPU to generate crypto

                  Can you provide a link to a source about that? I can’t find anything about it.

                  and you ended up with both a snap and apt installed docker

                  If you installed both the docker.io package from apt and the docker snap, yes you wound up with both. Just as if you install both google-chrome-stable and chromium you’ll end up with two packages of (almost) the same browser.

                  The fact that they are both packaged by Canonical is both irrelevant and a perfect example of the problem.

                  Then I’m gonna ask that you elaborate what specific problem you’re trying to explain here, because these seem pretty contradictory.