this post was submitted on 27 Apr 2025
845 points (98.5% liked)

linuxmemes

24675 readers
1383 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
     
    top 50 comments
    sorted by: hot top controversial new old
    [–] [email protected] 1 points 6 hours ago

    Me laughing in pacman

    [–] [email protected] 9 points 18 hours ago* (last edited 18 hours ago)

    Use apt in the shell and use apt-get in scripts, because apt has beautiful shell output but it isn't script safe

    [–] [email protected] 18 points 18 hours ago

    Me use apt. Why use many letter when few letter do trick?

    [–] [email protected] 3 points 22 hours ago (1 children)

    Me, I'm old, so I just keep using apt-get, because that's all we had back in the day, and I never bothered to learn what's the big deal about apt. It's just a frontend, isn't it?

    [–] [email protected] 3 points 22 hours ago

    Apt looks a little prettier I think. But I may be wrong.

    [–] [email protected] 16 points 23 hours ago (1 children)

    How my brain distinguishes them:

    apt-get when you want full verbose output

    apt when you want to feel fancy with progress bars and colours

    [–] [email protected] 5 points 20 hours ago

    apt install nano (simple, clean)

    apt-get install nano (works too, but more detailed output)

    Apt-get give more technical output , helps in scripting .

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

    apt is for like when you want to, and apt get is the other way to get the apt. And then if it doesn't, sudo apt will, or then sudo apt get. Like if you're just doing an apt, and then you also need to apt get, you can.

    [–] [email protected] 2 points 6 hours ago
    1. You can't just be up there and just doin' a apt like that.

    1a. An apt-get is when you

    1b. Okay well listen. An apt-get is when you get the

    1c. Let me start over

    1c-a. The user is not allowed to do a motion to the, uh, kernel, that prohibits the kernel from doing, you know, just trying to get the apt. You can't do that.

    1c-b. Once the user is in the terminal, he can't be over here and say to the packag, like, "I'm gonna get ya! I'm gonna apt you out! You better watch your butt!" and then just be like he didn't even do that.

    1c-b(1). Like, if you're about to apt and then don't get, you have to still apt. You cannot not apt. Does that make any sense?

    1c-b(2). You gotta be, typing motion of the command, and then, until you just apt-get it.

    [–] [email protected] 11 points 1 day ago (2 children)

    This is one of the reasons I need to set up Linux at home. I use it at work but who knows what the flavor of the week is?

    At this point I can’t tell the difference between yum and rpm and apt and dnf

    [–] [email protected] 8 points 1 day ago* (last edited 1 day ago) (1 children)

    Edit: realized you meant in the sense of hot swapping flavors after I typed out a whole explanation lol. Should start recommending niche distros and collect package managers like trading cards lol.

    --

    yum = dnf, dnf is just the newer version which was rewritten several times.

    apt is a weird attempt to "upgrade" apt-get with better user interface without messing with the compatibility of apt-get used by scripts and whatnot.

    Both of these are dependency handling package managers which do all the magic of installing required subpackges when you want something.

    rpm is the underlying system package manager which deals with the actual task of installing, removing, and generating packages in the .rpm format. It is analogous to Debian's dpkg which uses the .deb format. It's usually not used by the end user unless you need to play with a package directly like with a .rpm or .deb file.

    Hence why some distros (or people) have their own dependency package manager, like zypper on OpenSUSE (rpm) or Aptitude on Debian (deb).

    Although I think Aptitude might just be a fancy wrapper for apt lol.

    [–] [email protected] 2 points 18 hours ago
    [–] [email protected] 2 points 1 day ago (1 children)

    Me too but I am just zen at this point knowing the knowledge is one search away (I don't even have to read the man)

    [–] [email protected] 1 points 18 hours ago

    I’ve had better results by including β€œman” in my searches to find the man pages, but man that makes for some questionable looking searches

    [–] [email protected] 64 points 1 day ago (1 children)

    apt-get has a fixed format machine parseable output

    apts output tries to be more human readable and is subject to change

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

    WARNING: Aptitude does not have a stable CLI interface.

    [–] [email protected] 5 points 1 day ago

    aptitude is yet another dpkg wrapper

    load more comments
    view more: next β€Ί