Tag Archives: mullvad

Using the Mullvad repository on Linux Mint

Mullvad does not officially support Linux Mint and suggests manual installation for Mullvad VPN and Mullvad browser. However it turns out that it can work nevertheless. Here’s how to do that for the default Linux Mint based on Ubuntu. Below that I’ll write something about LMDE, the Debian based Linux Mint.

In this example I am going to be using Intel x86_64 and Linux Mint 21.3 Virginia, which is based on Ubuntu Jammy :

  1. # Download the Mullvad signing key (Below is one line!) It is the curl step from here : https://mullvad.net/en/help/install-mullvad-app-linux#install-repo
    
    
    sudo curl -fsSLo /usr/share/keyrings/mullvad-keyring.asc https://repository.mullvad.net/deb/mullvad-keyring.asc

2.

sudo nano /etc/apt/sources.list.d/mullvad.list

3. Copy and paste the following line (This should be all in one line without any carriage return!) into that new file and save the file and exit the nano editor :

deb [signed-by=/usr/share/keyrings/mullvad-keyring.asc arch=amd64] https://repository.mullvad.net/deb/stable jammy main

4. Run : sudo apt update

5. Run : sudo apt install mullvad-vpn

and optionally : sudo apt install mullvad-browser

If you have Mullvad-browser already installed manually and you did create a menu icon with :

./start-mullvad-browser.desktop --register-app

you can undo that with the unregister command. For details about the exact characters check :

./start-mullvad-browser.desktop --help | grep register

For LMDE, Debian based : This is the same except replacing jammy with bookworm.
After this is done go to the Cinnamon menu and search for the word Mullvad.

It could still show identical looking entries. For me the manually installed had a (Sh) added. Continue to add icons to panel or desktop or favorites to your liking.

And a word of caution : It will likely all work till you upgrade to a newer
distribution version. In that case figure out the new release name and
replace it in the /etc/apt/sources.list.d/mullvad.list file

p.s. Don’t tell anyone, it’s a secret 🙂

Annoyances fixed (2) search engines

For years I loved to use the SearXNG based searx.be (From the same maintainer as Invidious instance yewtu.be) but for me it is broken since weeks. It used to give me the best results for my use-cases and without distractions, and with nice cache button options for archive.org

I can see that the maintainer switched from Google to Bing as the first choice of search engine and I see that the maintainer is very often the first of all SearXNG instance with applying the latest software update but it is no longer working for me. Almost always no results at all.

Luckily I have a solution now. Mullvad has its own metasearch engine called Leta (SearXNG and Mullvad Leta are both metasearch engines, meaning that they do not index sites themselves but they query e.g. Google, Bing or Brave and so on) and I love it.

It works very well. But only available for Mullvad customers and a maximum of 100 search queries per day.

With Mullvad Leta you can choose Google or Brave, and it looks like Mullvad added a country pull-down menu option recently. If my memory serves me well it was not there a few weeks ago.

What I do not like so much is that with some queries it gives Reddit results, but it is easy to refine the search query and add


-reddit.com

Besides Mullvad Leta I also use DDG, Startpage, Disroot SearXNG or another instance, and if I need something on Wikipedia I use Mojeek. Variety is good 🙂

Search results with Mullvad Leta metasearch engine