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

How to Install PageEdit from Source on Ubuntu 24.04

January 25, 2025 | By the+gnu+linux+evangelist.

GNU/Linux Ubuntu 24.04 Install PageEdit – Step by step Guide

How to Install Latest PageEdit on Ubuntu Noble 24.04 GNU/Linux desktop – Step by step Tutorial.

PageEdit was originally designed as a replacement for the Book View feature found in older Sigil versions.

However, it can also be used as a general purpose visual XHTML editor.

This open-source and completely free software is written and supported entirely by volunteers.

The PageEdit development team includes Doug Massay and Kevin Hendricks as co-lead developers and maintainers.

Finally, this guide includes detailed instructions on Getting Started with PageEdit on Ubuntu.

How to Install PageEdit from Source on Ubuntu 24.04
  1. 1. Launching Terminal

    Open a Shell Session
    (Press “Enter” to Execute Commands)

    Open Terminal

    How to Get Started with Command Line on Ubuntu.
    First Update the Apt Repo Sources with:

    sudo apt update
  2. 2. Installing Requirements

    Then to Install Required Packages
    Simply play:

    sudo apt install linux-headers-generic build-essential cmake qt6-base-dev qt6-tools-dev qt6-webengine-dev qt6-svg-dev
  3. 3. Downloading PageEdit

    Download PageEdit Source or Ubuntu GNU/Linux:

    PageEdit Source tar.gz
  4. 4. Installing PageEdit

    Then to Install PageEdit
    First, access the target location:

    cd ~/Downloads
    But if you are in Trouble to Find it out on Terminal then See: How to Access Downloads Folder from Browser.
    Extract the Archive:
    tar xvzf PageEdit*tar.gz && rm PageEdit*tar.gz
    Again:
    cd PageEdit*
    Next make the build directory with:
    mkdir buildir
    Access it:
    cd buildir
    Now to cmake it:
    cmake ..
    Then make it:
    make
    Last, to setup run:
    sudo make install

Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,