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

How to Install LibreWolf on Rocky Linux 9 – Step by step

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

How to Install

  1. 2. Installing LibreWolf Flatpak

    Then to Install LibreWolf Flatpak App on Rocky Linux 9
    To Setup the Repo play:

    flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

    And after:

    flatpak install flathub io.gitlab.librewolf-community

    The Flatpak App Setup do Not need the sudo Command because then it Runs confined into a Sandbox.
    However you’ll be Prompted to Authenticate with your’s User or Admin Pass.
    Then Confirm the proposed Setup with ‘Enter’ and Wait patiently until the App is Downloaded, Build and Installed.

  2. 3. Launch LibreWolf

    Start the LibreWolf browser from your applications menu:

    How to Install LibreWolf on Rocky Linux 9 - Launcher

    Or directly from the terminal.

    flatpak run io.gitlab.librewolf-community &
    How to Install LibreWolf on Rocky Linux 9 - UI

Contents