$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install LibreWolf on Ubuntu 22.04 – Step by step

November 1, 2025 | By the+gnu+linux+evangelist.

How to Install

  1. 2. Install ExtRepo Tool

    First, install the ExtRepo package available in your Debian or Ubuntu system repositories.

    sudo apt update && sudo apt install extrepo
  2. 3. Enable the LibreWolf Repository

    Now use ExtRepo to enable the LibreWolf repository on your system.

    sudo extrepo enable librewolf
  3. 4. Update the Package Sources

    After enabling the repository, refresh your APT cache to load the newly added LibreWolf repo.

    sudo apt update
  4. 5. Install LibreWolf Browser

    Finally, install the LibreWolf browser securely using the official ExtRepo source.

    sudo apt install librewolf
  5. 6. Launch LibreWolf

    Start the LibreWolf browser from your applications menu:

    How to Install LibreWolf on Ubuntu 22.04 - Launcher

    Or directly from the terminal.

    librewolf &
    How to Install LibreWolf on Ubuntu 22.04 - UI

Contents