this post was submitted on 16 Jan 2024
1897 points (96.0% liked)

linuxmemes

21282 readers
1209 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 members of the community for any reason.
  • 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.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 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. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
  •  

    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 fork-bomb your computer.

    founded 1 year ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] Routhinator@startrek.website 26 points 10 months ago* (last edited 10 months ago) (2 children)

    If you're a user interacting with a terminal => apt

    If you're writing a script or putting it in a docker file/automation => apt-get

    Apt is ~~just a wrapper around apt-get~~ a newer binary than apt-get (I stand corrected after checking my memory against google) and there are warnings that the apt shorthand is not as reliable in scripted scenarios. Its meant for user convenience.

    Apt-get is most certainly not outdated.

    [–] Naz@sh.itjust.works 12 points 10 months ago (4 children)

    I tried Arch once and they use Pacman for everything.

    It's like Pacman -sY to install. Makes no sense.

    At least the AUR is cool.

    One day, Linux will have a nice, unified, polished application portal (not store because god forbid we see a LINUX APP STORE).

    For everything else there's git.

    Git clone Make Pacman -sY lethal company Sudo chmod +x ./home/user/games/lethal_company.x86_64

    "Hold on guys I swear it works, Linux is just better, hold on"

    AUR Proton_EasyAntiCheatHooks Man -k Nvidia-Propietary ./etc/Xserver.conf --display one --mode C1B3 --vsync off Sudo reboot -now

    [–] Zink@programming.dev 17 points 10 months ago

    The crazy thing is, you would probably want to name it something direct and memorable like LINUX APP STORE to market it to the masses. Have a tag line like “it’s all free!” or whatever.

    In the Super Bowl (no affiliation to c/superbowl) commercial, we’ll hear some grandma questioning whether the things on her new laptop were free from restrictions or free from cost, and her jock grandson will look right into the camera and say “yes!”

    [–] embed_me@programming.dev 10 points 10 months ago

    It's like Pacman -sY to install. Makes no sense.

    If you read the man page for pacman, it helps. S stands for synchronise, Q for query (local), F is for find (remote), R is for remove. The following sub options (yu after -S) are specific to each main option.

    [–] MonkeMischief@lemmy.today 9 points 10 months ago

    Best thing I found for Arch-based is yay.

    yay -Syu yay (application name) It just searches repos and AUR in one go. Manages everything like Pacman. I quite like it.

    Yay!

    [–] AVincentInSpace@pawb.social 5 points 10 months ago

    coughs politely in flatpak

    [–] MashedTech@lemmy.world 1 points 10 months ago

    Interesting... What other cool facts do you have?