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

Install Realtek Rtl8822BU Driver on Rocky Linux 10

September 16, 2025 | By the+gnu+linux+evangelist.

Installing Requirements

  1. 2. Installing Dependencies

    Then to Install Required Stuff
    First, possibly Upgrade your system with:

    sudo dnf upgrade --refresh

    In this case after reboot:

    sudo reboot

    Then run:

    sudo dnf groupinstall "Development Tools"

    Further you may need also the C Libraries:

    sudo dnf groupinstall "C Development Tools and Libraries"

    How to Enable CRB Repo on Rocky Linux 10

    Enabling Rocky Linux 10 CRB Repo

    And again:

    sudo dnf install dkms kernel-headers kernel-devel elfutils-libelf-devel unzip git

    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo.

Contents