• GustavoM@lemmy.world
    link
    fedilink
    English
    arrow-up
    114
    arrow-down
    3
    ·
    1 year ago

    “But can Linux install things via a single .exe file? HAHAH EAT IT NERD!”

    - 10’ish years ago past me, before discovering the magical wonders of the package manager

    • RQG@lemmy.world
      link
      fedilink
      arrow-up
      45
      ·
      1 year ago

      I found since people are used to app stores, I’ve had a much easier time convincing people to try out Linux. My mom even said that she always wished her windows PC had a proper app store.

      • grue@lemmy.world
        link
        fedilink
        English
        arrow-up
        31
        arrow-down
        2
        ·
        edit-2
        1 year ago

        I think it’s still important to explain the key difference between an “app store” and a package repository: the latter isn’t a “store” because everything is free.

      • bellsDoSing@lemm.ee
        link
        fedilink
        arrow-up
        3
        ·
        1 year ago

        Honestly, if all you’ve ever experienced in regards to terminals is windows CMD, then you really haven’t seen much. I mean that possitively. Actually, it will give you a far worse impression on what using a Linux / Unix terminal can be like (speaking as someone who spent what feel’s like years in terminals, of which the least amount in windows CMD).

        I suggest to simply play around with a Linux terminal (e.g. install VirtualBox,.then use it to install e.g. Ubuntu, then follow some simple random “Linux terminal beginner tutorial” you can find online).

      • psud@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        1 year ago

        Don’t worry about the terminal until or unless you have something to do that needs it, then follow a guide

        Incidentally if a guide tells you to run a program in terminal, you can check what that program is supposed to do

        • man command (eg. man mount) gives you the manual, if it has a manual
        • command -h or --help gives you the command’s help page - pipe it through “less” if it’s more than a single screen eg: ls -h | less