1. Installing Debugpanel๏
1.1. Debugpanel Prerequisites๏
Debugpanel 0.9.0 requires Python 3.10 or greater.
Debugpanel Installation is typically done with pipx, which you may need to install [1]:
Debian, Fedora, Ubuntu:
pipxOS packageAlmaLinux OS, CentOS Stream, Red Hat Enterprise Linux (RHEL), Rocky Linux:
pipxEPEL packageOracle Linux:
pipxOracle Linux EPEL packageArch Linux:
python-pipxOS packageOpenSUSE, SUSE Linux Enterprise Server (SLES):
python313-pipx,python312-pipxorpython311-pipxOS package (depending on the system version of Python)
1.2. Debugpanel Installation๏
Debugpanel is available from the Python Package Index (PyPI) as lockss-debugpanel (https://pypi.org/project/lockss-debugpanel).
To install Debugpanel, we recommend using pipx version 1.5.0 or greater [1]. Run this command as root:
pipx install --global lockss-debugpanel
Tip
If you are running an older version of pipx [1], each user needing to run Debugpanel will have to install it individually by running this non-root command:
pipx install lockss-debugpanel
The installation process adds a debugpanel command line tool and a lockss.debugpanel Python library. You can check at the command line that the installation is functional by running debugpanel version or debugpanel --help.
Footnotes