Scroll to navigation

afl-health(8) System Manager's Manual afl-health(8)

NAME

afl-health

SYNOPSIS


import sqlite3

OPTIONS


File "/usr/lib64/python3.13/_import_failed/sqlite3.py", line 16, in <module>
raise ImportError(f"""Module '{failed_name}' is not installed.
...<2 lines>...
to install it.""") ImportError: Module 'sqlite3' is not installed. Use:
sudo zypper install python313 to install it.

AUTHOR

AFL++ was written by Michal "lcamtuf" Zalewski and is maintained by Marc "van Hauser" Heuse <mh@mh-sec.de>, Dominik Maier <domenukk@gmail.com>, Andrea Fioraldi <andreafioraldi@gmail.com> and Heiko "hexcoder-" Eissfeldt <heiko.eissfeldt@hexco.de> The homepage of AFL++ is: https://github.com/AFLplusplus/AFLplusplus

LICENSE

AFL++ is licensed under AGPL-3.0-or-later, with original components under Apache-2.0; an optional commercial license is available. See https://github.com/AFLplusplus/AFLplusplus/blob/stable/LICENSING.md

2026-09-02 AFL++