Mullvad Browser
Posted: Mon Nov 04, 2024 1:19 pm
Mullvad Browser seems like another good browser alternative for keeping tech companies away from my browsing habits, if I use browser for all the sites, where I do not log in. Like Tor browser. Some sites will not load properly but thats OK. Here is simple way of getting it:
(Question, should I follow these steps or rather request for browser to be added to our repo? Is it safe to just follow commands bellow?)
https://mullvad.net/en/download/browser/linux
# Download the Mullvad signing key
(Question, should I follow these steps or rather request for browser to be added to our repo? Is it safe to just follow commands bellow?)
https://mullvad.net/en/download/browser/linux
# Download the Mullvad signing key
# Add the Mullvad repository server to aptsudo curl -fsSLo /usr/share/keyrings/mullvad-keyring.asc https://repository.mullvad.net/deb/mullvad-keyring.asc
# Install the packageecho "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-browser