mullvad installation

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Post Reply
GungFuZi
Level 1
Level 1
Posts: 1
Joined: Sun Dec 17, 2023 6:47 am

mullvad installation

Post by GungFuZi »

i understand that mullvad is not fully supported in linux mint, but could somebody please show me all the steps required? Have tried a number of procedures.
All failed miserably, even though I restarted from zero, deleting and removing the debian package etc.
Thank you.
User avatar
xenopeek
Level 25
Level 25
Posts: 29615
Joined: Wed Jul 06, 2011 3:58 am

Re: mullvad installation

Post by xenopeek »

Mullvad can be installed on any currently supported Linux Mint version like this:
1. Download the .deb file from https://mullvad.net/en/download/vpn/linux
2. Double-click the .deb file in your file manager to install it

Assuming you want to be able to receive updates for Mullvad you need to add their repository to your system. Their instructions at https://mullvad.net/en/help/install-mullvad-app-linux don't account for the existence of distros derived from Ubuntu or Debian so don't work. Adjusted for Linux Mint the commands to add the stable repository are as follows.

First import their signing key:

Code: Select all

sudo curl -fsSLo /usr/share/keyrings/mullvad-keyring.asc https://repository.mullvad.net/deb/mullvad-keyring.asc
Then add the stable repository:

Code: Select all

echo "deb [signed-by=/usr/share/keyrings/mullvad-keyring.asc arch=$( dpkg --print-architecture )] https://repository.mullvad.net/deb/stable $(awk -F'=' '$1 == "UBUNTU_CODENAME" || $1 == "DEBIAN_CODENAME" { print $2 }' /etc/os-release) main" | sudo tee /etc/apt/sources.list.d/mullvad.list
If you hadn't installed the package yet then run this to install it:

Code: Select all

apt update
apt install mullvad-vpn
Image
ronntx
Level 1
Level 1
Posts: 8
Joined: Mon Nov 14, 2022 10:13 am

Re: mullvad installation

Post by ronntx »

Thanks for those instructions @xenopeek. Saved me, most likely, a couple of hours figuring it out.
colinp1234
Level 1
Level 1
Posts: 21
Joined: Tue Mar 01, 2022 9:41 am

Re: mullvad installation

Post by colinp1234 »

A little old thread, but I have replied to older... I have to say thanks to "xenopeek" for the instructions, and Mullvad works just fine out of the box without any fiddling on my part. No pain at all. :D
Opt668
Level 1
Level 1
Posts: 1
Joined: Mon Mar 25, 2024 11:19 pm

Re: mullvad installation

Post by Opt668 »

@xenopeek, that worked beautifully, thank you!
MadWik
Level 1
Level 1
Posts: 1
Joined: Sun Apr 14, 2024 7:32 pm

Re: mullvad installation

Post by MadWik »

@xenopeek worked amazing, thank you!!
Post Reply

Return to “Beginner Questions”