Can’t I just download a file and install it?
Yes, there are instructions on the page for that, the section is titled 'Installing the app without the Mullvad repository'
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Can’t I just download a file and install it?
Yes, there are instructions on the page for that, the section is titled 'Installing the app without the Mullvad repository'
As a side note, dealing with adding repos and keys and all that is something I will never miss from apt. I use Arch and installing things is usually as simple as.. well let me check.
$ yay mullvad
...
2 aur/mullvad-vpn-bin 2023.6-1 (+86 1.36)
The Mullvad VPN client app for desktop
1 aur/mullvad-vpn 2023.6-1 (+126 2.10)
The Mullvad VPN client app for desktop
==> Packages to install (eg: 1 2 3, 1-3 or ^4)
==> _
And it's option 1. So easy. Type 1 and press enter and you're done.
Also note that Mullvad has a pretty technical user base and target audience, and thus their documentation is likely geared towards them. You could also consider using Mozilla VPN, which offers pretty much the same advantages (they use Mullvad's servers), at the same price if you pay annually, and is easier to use.
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.
I think if you read through this you have pretty much everything you asked about. As for understanding what these sorts of commands do in the future I think ChatGPT is actually really useful for stuff like this with good documentation. Just ask what the commands do and it is usually quite helpful. Someone already said it but you have to want to learn this. If you want something easy to use and you don’t have to learn buy a Mac, you want great software compatibility buy a windows pc. If you want something that is more private and a community effort use Linux but unless you are using steam os on a steam deck it is not even close to being as user friendly as the others. I hope this changes but the current goals and mindsets of people in this community will prevent Linux from becoming easy to use and in the case of steam os you just need lots of money to make it an easy experience. There are a million other reasons that Linux’s current state is this way but this is the gist.
ChatGPT is garbage in garbage out. It'll probably tell you to curl a file off the internet and pipe it to bash as root.
I made this thread because I try to learn/understand
I have a Macbook, it's what I use the most. I used to have Win7 on my gaming rig but Steam dropped their support for it so my options was either to go with a newer Windows or try Linux. As all of the games I play seemed to work on Linux with just minor tweaks I thought I'd give it a try. So far I'm really happy with how to OS works once it's set up but it's the setting up part that's really confusing to me.
Not at my computer, but you might check if there is a snap or flatpak
(flatpak only :p )
People here saying you can just download and run the .deb just like the .exe
Aren't you forgetting the "add +x permission" step?
A deb file will "run" in the package manager process space, it doesn't need to be executable on its own