pageedit command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
pageedit: command not found
or when using sudo you get the following error message
sudo: pageedit: command not found
Solutions to pageedit: command not found
How To Fix pageedit: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu pageedit is provided by pageedit package.
pageedit is:
This package contains the removed BookView feature that used to be part of Sigil before the 0.9.15 release.
It allows users to edit the XHTML editor with a WYSIWYG interface.
To fix this problem, we can install more using the command below.
sudo apt-get -y install pageedit
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install pageedit.
sudo apt -y install pageedit
Or if you have aptitude installed you can use the following command.
sudo aptitude install pageedit
Summary
In this tutorial we learn how to fix pageedit command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.