GNU/Linux Ubuntu 24.04 Install PageEdit – Quick-Start Guide
Hi! This tutorial will guide you step-by-step on How to Install Latest PageEdit in Ubuntu Noble 24.04 GNU/Linux Desktop.
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 about to Getting-Started with PageEdit on Ubuntu.

1. Launching Terminal
Open a Shell Session
(Press “Enter” to Execute Commands)How to Get Started with Command Line on Ubuntu.
First Update the Apt Repo Sources with:Copysudo apt update
2. Installing Requirements
Then to Install Required Packages
Simply play:Copysudo apt install linux-headers-generic build-essential cmake qt6-base-dev qt6-tools-dev qt6-webengine-dev qt6-svg-dev
3. Downloading PageEdit
Download PageEdit Source or Ubuntu GNU/Linux:
4. Installing PageEdit
Then to Install PageEdit
First, access the target location:But if you are in Trouble to Find it out on Terminal then See: How to Access Downloads Folder from Browser.Copycd ~/Downloads
Extract the Archive:Again:Copytar xvzf PageEdit*tar.gz && rm PageEdit*tar.gz
Next make the build directory with:Copycd PageEdit*
Access it:Copymkdir buildir
Now to cmake it:Copycd buildir
Then make it:Copycmake ..
Last, to setup run:Copymake
Copysudo make install
Contents