• @m4m4m4m4
    link
    57
    edit-2
    1 day ago

    I love Gentoo precisely because of Portage, but I think the most badass package install/uninstall syntax has to be that of (the defunct?) Sorcerer Linux:

    Sorcerer’s tool terminology is based upon magic words. For example:

    • a tool to download, compile, and install software is called a “spell”
    • to install a package is “cast”
    • to remove a package is “dispel”
    • a set of available spells is called a “grimoire”
    • @ogeist
      link
      1923 hours ago

      I mean alias is a thing and nothing is stopping you…

      I think I will do it in my system.

  • ѕєχυαℓ ρσℓутσρє
    link
    fedilink
    41
    edit-2
    1 day ago

    I have paru -Rns abbreviated to yeet in my fish config. On my non-Arch systems, I also usually abbreviate/alias the equivalent command to yeet.

  • @[email protected]
    link
    fedilink
    461 day ago

    I still like pacman’s syntax the most due to it being close to what one expects from a normal cli program. Also, I’m lazy, and pacman -Syu, for example, is way faster to type than apt update && apt upgrade.

    • Eager Eagle
      link
      English
      1221 hours ago

      I’m lazy, so I prefer to not remember what half a dozen cryptic flags stand for.

      I just find disappointing that there’s no long form to these options and they don’t make much mnemonic sense either. Feels like the authors just picked the first letter available they came across with zero regard to readability or usability.

    • Iapar
      link
      fedilink
      215 hours ago

      I just alias it to “sysup” on every new system.

    • Lucy :3
      link
      fedilink
      171 day ago

      Someone said they found the pacman syntax confusing at the 37c3 arch user meetup

      yeah that was not well received lol.

      It’s very clean and I love the categories of actions (Database/Files/Query/Remove/Sync/Deptest/Upgrade) that each support -h individually.

    • @Peffse
      link
      131 day ago

      How else can you pretend you are ordering the Hulk around?

      apt update

      apt upgrade

      …actually, now I want to see if I can set up an alias like that.

      hulk smash firefox

  • Presi300
    link
    English
    18
    edit-2
    1 day ago

    Unmerge is a great way to end up with 10000 circular dependencies, I prefer using deselect and then depclean

  • y0din
    link
    10
    edit-2
    1 day ago

    does gentoos emerge --rageclean count?

    [–unmerge, -C WARNING: This action can remove important packages! Removes all matching packages following a counter governed by CLEAN_DELAY. This does no checking of dependencies, so it may remove packages necessary for the proper operation of your system. Its arguments can be atoms or ebuilds. For a dependency aware version of --unmerge, use --depclean or --prune. For a version with CLEAN_DELAY=0, use --rage-clean.

    (edit, added context from “man emerge”, rageclean mentioned the last sentence)

  • @[email protected]
    link
    fedilink
    English
    120 hours ago

    The most badass package syntax: never having to use any because you’re on an atomic OS.

    • Possibly linux
      link
      fedilink
      English
      614 hours ago

      You will need to use it at some point. With silverblue it is rpm-ostree and with bootable containers it is dnf in a Dockerfile.

      • @[email protected]
        link
        fedilink
        English
        19 hours ago

        I’m on Aurora. I don’t have to use rpm-ostree (bootc in the future). I can use it, but I don’t have to. Most of my software needs are covered by flatpak and homebrew. I also don’t have to update packages in my distrobox containers. Those are managed for me, too.

        I love tinkering with stuff, but updating packages is nothing more than a chore. I’d rather be doing the fun stuff.

  • @NateNate60
    link
    01 day ago

    Year 3 of using Fedora and I still don’t know what the equivalent of apt purge is

      • @[email protected]
        link
        fedilink
        English
        41 day ago

        There is apt remove but purge will remove more things. So if dnf remove is purge equivalent, what is apt remove equivalent in dnf?

        • Kairos
          link
          fedilink
          21 day ago

          I think it removes configs too.

          Try it yourself with nginx or Apache. You likely don’t have both installed.