Stories
Slash Boxes
Comments

SoylentNews is people

posted by Fnord666 on Thursday July 09 2020, @06:27PM   Printer-friendly
from the working-behind-your-back dept.

Linux reviews notes that

The popular Linux Mint operating system has decided to purge the snap package manager from its repositories and forbid installation of it. The motivation for this drastic move is that the upstream Ubuntu Linux distribution Linux Mint is based on will stealthily install snapd and use that to install Chromium from the Canonical-controlled SnapCraft instead of installing a regular Chromium package like most users expect.

The Linux Mint blog has this to say about Ubuntu's use of snap to use their chromium package to subvert apt:

You've as much empowerment with this as if you were using proprietary software, i.e. none. This is in effect similar to a commercial proprietary solution, but with two major differences: It runs as root, and it installs itself without asking you.

Is Ubuntu turning evil?


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 4, Interesting) by Subsentient on Thursday July 09 2020, @11:55PM (1 child)

    by Subsentient (1111) on Thursday July 09 2020, @11:55PM (#1018888) Homepage Journal

    I agree, that always bothered the hell out of me. Fuck snaps. Just make a regular RPM or something. Or hell, just make a tarball with all the shared libraries in the same folder as the executable, and e.g. export LD_LIBRARY_PATH=`pwd`.

    Lots of developers used to do that, I wish they'd do it again. I had no issues with little tarballs of binaries like that. It was kinda convenient, just keep it in ~/ and open the executable when you want to use it.

    --
    "It is no measure of health to be well adjusted to a profoundly sick society." -Jiddu Krishnamurti
    Starting Score:    1  point
    Moderation   +2  
       Interesting=2, Total=2
    Extra 'Interesting' Modifier   0  
    Karma-Bonus Modifier   +1  

    Total Score:   4  
  • (Score: 0) by Anonymous Coward on Saturday July 11 2020, @01:36AM

    by Anonymous Coward on Saturday July 11 2020, @01:36AM (#1019317)

    "Or hell, just make a tarball" - Welcome to Slackware! This is how we do it.