Additionally, what changes are necessary for you to be able to use Linux full time?

  • HughJanus@lemmy.ml
    link
    fedilink
    arrow-up
    6
    arrow-down
    2
    ·
    1 year ago

    I’ve always felt that installing stuff is a lot easier on Ubuntu than windows. It’s just apt install <program> and apt remove <program>.

    😂 Except that you have to know exactly what <program> is, character for character, and usually includes some long string of numbers and letters where 1 character is wrong and you have to retype the whole damn thing. This is the opposite of easy.

    Curious what distro you installed that had that issue.

    Fedora/Gnome

    If you aren’t willing (and most aren’t) to learn enough to be comfortable with the terminal, it can be very easy break something when you are forced to interact with the terminal.

    Yes and the problem is you’re ALWAYS sent into the terminal for absolutely any kind of debugging.

    • oatscoop@midwest.social
      link
      fedilink
      arrow-up
      3
      arrow-down
      1
      ·
      1 year ago

      Except that you have to know exactly what <program> is, character for character

      Everything has [Tab] completion these days.

    • Dubious_Fart@lemmy.ml
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      1 year ago

      Been using linux for 6ish years.

      Aint nothin @HughJanus said thats wrong.

      assuming what you want is even on apt. if its not, then you gotta add the repository… and some stuff doesnt even offer that. So you gotta find and download the .deb file. or even compile it from source yourself.