Package Details: drsprinto-appimage 4.0.8-3

Git Clone URL: https://aur.archlinux.org/drsprinto-appimage.git (read-only, click to copy)
Package Base: drsprinto-appimage
Description: Reports device health and compliance status to the Sprinto employee portal (AppImage version)
Upstream URL: https://sprinto.com/
Keywords: compliance dr-sprinto enterprise mdm mdm-client security
Licenses: LicenseRef-unknown
Conflicts: drsprinto, drsprinto-bin, drsprinto-git
Provides: drsprinto
Submitter: jonasgeiler
Maintainer: jonasgeiler
Last Packager: jonasgeiler
Votes: 0
Popularity: 0.000000
First Submitted: 2025-11-07 06:23 (UTC)
Last Updated: 2025-12-19 06:14 (UTC)

Latest Comments

jonasgeiler commented on 2025-12-10 10:24 (UTC)

@Ektor-5 Fixed. Thanks for the report!

Ektor-5 commented on 2025-12-09 15:05 (UTC)

drsprinto requires also lsb-release and inetutils to run a compliance report:

Error: spawn lsb_release ENOENT
    at Process.onexit (node:internal/child_process:283:19)
    at onErrorNT (node:internal/child_process:476:16)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
errno: -2,
  code: 'ENOENT',
  syscall: 'spawn lsb_release',
  path: 'lsb_release',
  spawnargs: [ '-a' ],
  stdout: '',
  stderr: '',
  failed: true,
  signal: null,
  cmd: 'lsb_release -a',
  timedOut: false,
  killed: false
}
Error: spawn hostname ENOENT
  errno: -2,
  code: 'ENOENT',
  syscall: 'spawn hostname',
  path: 'hostname',
  spawnargs: [],
  stdout: '',
  stderr: '',
  failed: true,
  signal: null,
  cmd: 'hostname',
  timedOut: false,
  killed: false
}