this post was submitted on 20 Nov 2023
580 points (99.8% liked)

linuxmemes

25123 readers
471 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. 🇬🇧 Language/язык/Sprache
  • This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  •  

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] [email protected] 21 points 2 years ago (2 children)

    That is an interesting sentence: as long as you don’t update it’s extremely stable

    But this is more about macOS having no package manager (officially), telemetry and such

    [–] [email protected] 8 points 2 years ago (1 children)

    I know, and trust me, I hate Apple for essentially breaking my computer after an update. But I had my MacBook for 6 years now, use it daily, and have no hiccups other wise.

    Yeah, back when I was playing around with terminal not having a package manager was a huge pain in the ass.

    [–] [email protected] 7 points 2 years ago (1 children)
    [–] [email protected] 2 points 2 years ago

    At the time I couldn't get it to work. It's been years though

    [–] [email protected] 5 points 2 years ago (2 children)

    I still don’t get the love for package managers.

    As a windows and Mac user who has tried to use Linux multiple times I can’t stand the centralized managers. They never have what I need and then it ends up out of date and not working.

    Is there some hidden benefit I’m missing? Because sourcing from the developer seems like the much better way to do it like Mac and Windows.

    [–] [email protected] 5 points 2 years ago (1 children)

    1.Security 2.Up to date depends on distro, rolling releases have more up to date software 3. Convenience: just open the app center and click install

    [–] [email protected] 6 points 2 years ago

    Security: if they leave checksums on their website I don’t see how it’s any more secure

    Up to date: I definitely haven’t had this experience. Multiple times on arch I had issues where an outdated repo caused an app to not be able to boot

    Convenience: That’s subjective. I’ve never really seen much convenience from an all in one solution for anything. I find it more of a hassle to find the distro specific manager that has a terrible UI rather than just downloading directly off a web page

    [–] [email protected] 4 points 2 years ago (2 children)

    Easy: Nothing beats the simplicity of brew install whatever or apt install whatever, and then having whatever just work, in my experience, pretty much every single time.

    [–] [email protected] 4 points 2 years ago (1 children)

    Click download on the webpage Drag downloaded app to wherever you want to store it Open app

    It's just a matter of what you're used to.

    [–] [email protected] 3 points 2 years ago (1 children)

    Packet managers are quicker to use. They also keep everything up to date.

    [–] [email protected] 2 points 2 years ago

    Personally I find them slower and less convenient. Like they said, it’s easier to do what you’re used to.

    [–] [email protected] 2 points 2 years ago

    I’ve not had that experience. I’ve had to go hunting down package names on google before I can install it using the package manager, when instead I could have just downloaded it from their website.

    Apt, brew and whatever Arch has have all had the same problems for me. They almost never work out of the box and they’re a major reason I don’t like using Linux on desktop.