I’ve recently installed EndeavourOS, and so far, so good. Got an OK setup and managing the basics.

Previously everything I’ve tried has been Debian based.

I know about the Arch Wiki… but was wondering if anyone recommended a relatively concise and easy-to-navigate resource to get a more rounded and complete understanding of Arch terminal commands?

I find it far more easy to learn when I understand where the terms come from - knowing that sudo means “superuser do”, pacman comes from package manager. But the moment I don’t know what yay, -s etc actually mean haha…

Thanks!

  • christopher@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    11 hours ago

    I like to read info files when there is one (there are only hundreds of info files vs. thousands of man pages). Many are on your computer already in /usr/share/info folder. To read them, either use M-x info inside emacs, or console app info which is part of the texinfo package, or tkinfo from the AUR. The console app will show you the man page if there is no info file.

    Info files tend to be organized hierarchically and be more extensive and tutorial in nature than man pages.

  • Björn Tantau@swg-empire.de
    link
    fedilink
    arrow-up
    15
    ·
    2 days ago

    man is your friend. It shows you the manual for a command. Like man pacman will show you the manual for pacman. You can exit it with q.

    • HexagonSunOP
      link
      fedilink
      arrow-up
      7
      ·
      2 days ago

      I think this simple tip is exactly what I wanted - straight in there! Thanks pal!

      • Cris@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        2 days ago

        As a general refrence, there’s also the tldr command line program/command which gives a simplified version of the man page entry for all sorts of common commands :)

        Good luck in your Linux ventures! ❤️

        • HexagonSunOP
          link
          fedilink
          arrow-up
          2
          ·
          2 days ago

          Yes, was literally just recommended this and looks useful!

          I’ve been someone people would consider a “Mac expert” for years…

          But giving Linux a go I realised how little I actually knew and understood about the underpinnings of operating systems.

          Definitely interesting learning all the things that macOS was just doing for me or even hiding from me.

      • notabot@lemm.ee
        link
        fedilink
        arrow-up
        2
        ·
        2 days ago

        There is a linked command apropos that searches the man page database for keywords. It can be very helpful if you forget the exact command you’re looking for.

  • superkret@feddit.org
    link
    fedilink
    arrow-up
    12
    ·
    2 days ago

    pacman and yay are basically the only “Arch terminal commands”.
    Everything else is just bash/Linux.

    yay options are identical to pacman options, plus some extra.
    If something you’re used to from Debian doesn’t work on Arch (like update-grub), just google the command plus Arch to find the non-specific Linux equivalent.

    • HexagonSunOP
      link
      fedilink
      arrow-up
      4
      ·
      2 days ago

      This is good to know, thanks.

      So much of what you do early on is installing packages and updating. I guess it felt more different than it really is!

  • rtxn@lemmy.world
    link
    fedilink
    arrow-up
    8
    ·
    2 days ago

    Install the tldr package. It’s a help utility that briefly describes a command and lists several examples of common operations.

  • tal@lemmy.today
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 days ago

    But the moment I don’t know what yay, -s etc actually mean haha…

    $ man yay
    
  • peto (he/him)@lemm.ee
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 days ago

    They are just program names. Some of them make clear sense, some less so.

    yay is Yet Another Yogurt. Which is a pun on yaourt, the program it was based on.

    • HexagonSunOP
      link
      fedilink
      arrow-up
      2
      ·
      2 days ago

      I should have guessed!

      As obscure as stuff like that is, I do appreciate the quirky humour at the same time… once you know.