hplip-install: HPLIP Installer (ver. 5.1)

Installer for HPLIP tarball (called automatically after invoking the .run file).

Usage: sh hplip-install [OPTIONS]

[OPTIONS]

Automatic mode (chooses the most common options): -a or --auto
Dependency package installation retries: -r <retries> or --retries=<retries> (default is 3)
Assume network connection present: -n or --network
Set the logging level: -l<level> or --logging=<level>
  <level>: none, info*, error, warn, debug (*default)
Run in debug mode: -g (same as option: -ldebug)
This help information: -h or --help

[OPTIONS] (FOR TESTING ONLY/ADVANCED)

Force install of all dependencies: -x
Force unknown distro mode: -d
Force installation of Qt4 support: --qt4 (same as --enable=qt4)
Force disable Qt4 support: --no-qt4 (same as --disable=qt4
Force installation of PolicyKit support: --policykit (same as --enable=policykit)
Force disable PolicyKit support: --no-policykit (same as --disable=policykit)
Force configure enable/disable flag: --enable=<flag> or --disable=<flag>, where <flag> is 'fax-build', 'qt4', 'pp-build', etc. See ./configure --help for more info.