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

How to Install I2P on Ubuntu 24.04 – Step-by-step

March 29, 2025 | By the+gnu+linux+evangelist.

Installing

  1. 2. Enable I2P PPA Repository

    Add the I2P repository:

    sudo add-apt-repository ppa:i2p-maintainers/i2p
    sudo apt update

    For details, see I2P PPA Guide.

  2. 3. Install I2P

    Run:

    sudo apt install i2p

Contents