https://mullvad.net/en/help/install-mullvad-app-linux

Trying to install VPN and these are the instructions Mullvad is giving me. This is ridiculous. There must be a more simple way. I know how to follow the instructions but I have no idea what I’m doing here. Can’t I just download a file and install it? I’m on Ubuntu.

  • LifeCoffeeGaming@lemmy.world
    link
    fedilink
    arrow-up
    6
    arrow-down
    2
    ·
    edit-2
    6 months ago

    Hello new Linux user! So yes, your correct when installing apps on Linux sometimes you might need to do it via command line other times you’ll get a nice install file you can double click. It’s really down too the software manufacturers on how they choose to package it.

    In general with Linux you’ll find there’s still a lot of command line usage compared to Windows or osx. On those platforms for most users they would barely touch a terminal except in some kind of bug fixing emergency.

    Some distros come with their own app store built in (like the windows or osx app store) and allow you to install a bunch of apps via the gui.

    What version of Linux did you go for out of interest? Some are much more beginner and use friendly than others.

    • Critical_Insight@feddit.ukOP
      link
      fedilink
      arrow-up
      6
      ·
      edit-2
      6 months ago

      I’m on Ubuntu 23.10 (I think)

      There indeed is an app store from where I installed few apps before. I need to check if they have Mullvad there. I do much prefer installing apps thru a GUI. While I know how to follow instructions and copy & paste these commands into terminal, it’s frustrating as I have no idea what any of these does. I might just aswell be unknowingly installing a keylogger or something.

      • XTL@sopuli.xyz
        link
        fedilink
        arrow-up
        3
        ·
        6 months ago

        That is a good mindset and you should hold on to it. Of course a gui can install a keylogger for you just as easily if not more so.

        Trusted install sources, usually called repositories, are the way. Chances of malware exist, but they would require some spectacular shenanigans or conspiracies to set up.

      • UnRelatedBurner@sh.itjust.works
        link
        fedilink
        arrow-up
        6
        arrow-down
        4
        ·
        edit-2
        6 months ago

        I’d say learn the commands, but another way is to copy paste them into chatGPT, it’ll tell you what the command does.

      • notsofunnycomment@mander.xyz
        link
        fedilink
        arrow-up
        1
        ·
        6 months ago

        With a GUI you also don’t know what it does. Its the same situation, you just click a button that runs the code instead of copying and pasting the code in the terminal. (And I would say the latter is safer because it is more transparent (for those who want to figure it out)).

      • dust_accelerator@discuss.tchncs.de
        link
        fedilink
        arrow-up
        1
        ·
        6 months ago

        I have no idea what any of these does. I might just aswell be unknowingly installing a keylogger or something.

        This actually applies to windows GUI installers just the same. You really don’t know what you’re installing either, although you do usually give it administrator permission to make changes to the system. In some way it’s even worse, it’s “running commands” and hiding it from you.