Ah, got it. My bad. Yeah, not providing anything is even lazier, and unlike "lazy" bash scripts it leaves the user clueless.
I like them, even for software installation. Partially because they're lazy - it takes almost no effort to write a bash script that will solve a problem like this.
That said a flatpak (like you proposed) would look far more polished, indeed.
Frankly in this case even a simple bash script would do the trick. Have it check your distro, version, and architecture; if you got curl and stuff like this; then ask you if you want the stable or beta version of the software. Then based on this info it adds Mullvad to your repositories and automatically install it.
I have this extension; it works great, and it has support for other engines (I use mostly DuckDuckGo), and if you really need the results from one of the blocked sites you just click a link and it shows them again. Give the link a check for the list of supported search engines.
I've done similar experiments with my two cats. Both behaved mostly like dogs - the mirror doesn't smell like a cat nor makes noise like a cat, so why bother with it? I was rather surprised with Siegfrieda ignoring it because she tends to watch whatever I put on the computer screen, be it some "cat game" video or even anime.
That lower emphasis on vision became specially obvious when I showed them videos with kittens meowing. They didn't bother with the screen, but with the speakers.
You're welcome.
I think that people being jerks take for granted how confusing this might be, if you're new; we (people in general) tend to take vocab that we already know for granted, as well as solutions for small problems. ...except that it doesn't work when you're starting out, and we all need to start out somewhere, right.
I looked for it for, like, a hour or so, but couldn't find the scanned copies. The nearest that I've found was the online version of the lexicon, claiming that it contains all six volumes.
You have two options: install curl
(check @TrickDacy@lemmy.world's comment) or do it manually. Installing curl is the easiest.
If you want to do it the hard way (without the terminal), here's how:
- Download the file
https://repository.mullvad.net/deb/mullvad-keyring.asc
from your web browser. - Open your file browser as administrator. There's probably some link for that in the Menu.
- Move the file that you just downloaded to the directory
/usr/share/keyrings/
I'm proposing to check their texts out because it's a good way to get theoretical background to back up your beliefs, if you believe in a peaceful transition. (Here's a link to a good one, by the way.)
It's also useful for Marxists, given that Marxism always interacted with other left-wing trains of thought. So by reading this stuff you get a better historical context on why Marxism defends some policies instead of other policies.
It's less complicated than it looks like. The text is just a poorly written mess, full of options (Fedora vs. Ubuntu, repo vs. no repo, stable vs. beta), and they're explaining how to do this through the terminal alone because the interface that you have might be different from what they expect. And because copy-pasting commands is faster.
Can’t I just download a file and install it? I’m on Ubuntu.
Yes, you can! In fact, the instructions include this option; it's under "Installing the app without the Mullvad repository". It's a bad idea though; then you don't get automatic updates.
A better way to do this is to tell your system "I want software from this repository", so each time that they make a new version of the program, yours get updated.
but I have no idea what I’m doing here.
I'll copy-paste their commands to do so, and explain what each does.
sudo curl -fsSLo /usr/share/keyrings/mullvad-keyring.asc https://repository.mullvad.net/deb/mullvad-keyring.asc
echo "deb [signed-by=/usr/share/keyrings/mullvad-keyring.asc arch=$( dpkg --print-architecture )] https://repository.mullvad.net/deb/stable $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/mullvad.list
sudo apt update
sudo apt install mullvad-vpn
The first command boils down to "download this keyring from the internet". The keyring is a necessary file to know if you're actually getting your software from Mullvad instead of PoopySoxHaxxor69. If you wanted, you could do it manually, and then move to the /usr/share/keyrings directory, but... it's more work, come on.
The second command tells your system that you want software from repository.mullvad.net. I don't use Ubuntu but there's probably some GUI to do it for you.
The third command boils down to "hey, Ubuntu, update the list of packages for me".
The fourth one installs the software.
In response to such critiques [concerning the decline of quality], Reddit spokesperson Rathschmidt said he did not “know of an industry benchmark for scoring content quality”.
My sides went into orbit. It's a Reddit spokesperson acting like the worst of the Reddit userbase: being passive aggressive and using appeal to ignorance, at the same time.
One potential regression that I see is that the current generative models are abandoned, after being ruled as "infringing copyrights" by multiple countries. The tech itself won't disappear but it'll be considerably harder to train newer ones.
The most problematic part is however if one of them survives; likely Google. That would lead to a situation as in your second paragraph.