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: pipx OS package

  • AlmaLinux OS, CentOS Stream, Red Hat Enterprise Linux (RHEL), Rocky Linux: pipx EPEL package

  • Oracle Linux: pipx Oracle Linux EPEL package

  • Arch Linux: python-pipx OS package

  • OpenSUSE, SUSE Linux Enterprise Server (SLES): python313-pipx, python312-pipx or python311-pipx OS 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