Programster's Blog

Tutorials focusing on Linux, programming, and open-source

Install LibreWolf on Debian Based Distros

LibreWolf is a custom verson of Firefox, with a focus on privacy and security. I thought this would be appropriate to look into after a recent video posted by Lunduke.

Steps

Run the following chained command to install Librewolf on your distro. It is based on the official docs, but I changed it so that it stops if your distro was not one that it is expecting/supports, rather than just falling back to as if y ou were running Ubuntu 20.04 (focal).

sudo apt update \
  && sudo apt install extrepo -y \
  && sudo extrepo enable librewolf \
  && sudo apt update \
  && sudo apt install librewolf -y

Extrepo is simply a tool to make it easy to manage external Debian repositories.

Things To Know

  • Librewolf blocks cookies by default. If you want a site to remember you so you don't have to keep logging in, you will need to whitelist their ability to set cookies.
  • Librewolf takes steps to hide your identity and prevent you being "fingerprinted", thus:
    • Popup windows such as for passbolt plugin login will appear in random sizes which can be annoying.
    • Your user agent will appear as a stock windows user, so Google may alert you that someone using Windows loggedin, when actually you logged in using Linux on Librewolf.
Last updated: 27th February 2025
First published: 17th July 2024

This blog is created by Stuart Page

I'm a freelance web developer and technology consultant based in Surrey, UK, with over 10 years experience in web development, DevOps, Linux Administration, and IT solutions.

Need support with your infrastructure or web services?

Get in touch