Hello all I just started running Linux Mint and I’m trying to install LibreWolf. I ran the commands I was told on the website but it fails every time am I doing something wrong? And how do I fix it thanks!

  • Asudox@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    4 months ago

    Librewolf seems great but imo don’t use it. It’s just pre-configured stock firefox for privacy. The exact same thing can be made possible with arkenfox’s user.js. I fail to see a reason to use it just for some changed settings.

    • www-gem@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      4 months ago

      LibreWolf is indeed based on the hardened Firefox arkenfox user.js so you get its benefits which means a privacy-focused browser but Librewolf also comes with more settings pre-adjusted, telemetry removed, useless features removed…

      I’ve played with Firefox settings for years before Librewolf was created and it saves me so much time, ensure my browser stays up to date and functional, and is able to perform fingerprints test way better than any other many web browsers I’ve tried.

  • u/unhappy_grapefruit_2@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    4 months ago

    Sudo apt install librewolf

    Sudo apt install flatpak

    Flatpak install librewolf

    If that doesn’t work then I recommend you try just installing it from your package manager of choice

    But if that doesn’t work then I don’t know what else I can do for you mate. Firefox broke on my version of Linux mint just uninstalled it and used unchromeium Linux and it’s subsequent distros can be quite weird at times

  • foremanguy@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    You have 3 solutions :

    • RUN THESE COMMANDS

    sudo apt update && sudo apt install -y wget gnupg lsb-release apt-transport-https ca-certificates

    distro=$(if echo " una bookworm vanessa focal jammy bullseye vera uma " | grep -q " $(lsb_release -sc) "; then lsb_release -sc; else echo focal; fi)

    wget -O- https://deb.librewolf.net/keyring.gpg | sudo gpg --dearmor -o /usr/share/keyrings/librewolf.gpg

    sudo tee /etc/apt/sources.list.d/librewolf.sources << EOF > /dev/null Types: deb URIs: https://deb.librewolf.net Suites: $distro Components: main Architectures: amd64 Signed-By: /usr/share/keyrings/librewolf.gpg EOF

    sudo apt update

    sudo apt install librewolf -y

    • USE THE DISTRO APP STORE

    • USE FLATPAK (just enter this command into the terminal)

    flatpak install flathub io.gitlab.librewolf-communitym