Perfect.
I've noticed that on Linux, specifically on Ubuntu 22.04 and 24.04, I can only perform the deploy as root. If I try using sudo, I get errors like the one below:
$ sudo ocsinventory-agent -i -f
[Wed Jun 4 13:32:49 2025][debug] =END=SERVER RET======
[Wed Jun 4 13:32:49 2025][debug] Calling handlers : `end_handler'
[Wed Jun 4 13:32:49 2025][debug] [snmpscan] Calling snmp_end_handler
[Wed Jun 4 13:32:49 2025][debug] [download] Calling download_end_handler
[Wed Jun 4 13:32:49 2025][info] [download] Beginning work. I am 3701.
[Wed Jun 4 13:32:49 2025][debug] [download] Checking timeout for 1748455030... OK
[Wed Jun 4 13:32:49 2025][debug] [download] New period. Nb of cycles: 10
[Wed Jun 4 13:32:49 2025][debug] [download] Now pausing for a cycle latency => 2 seconds
[Wed Jun 4 13:32:51 2025][debug] [download] Now pausing for a cycle latency => 2 seconds
[Wed Jun 4 13:32:53 2025][debug] [download] Now pausing for a cycle latency => 2 seconds
[Wed Jun 4 13:32:55 2025][debug] [download] Now pausing for a cycle latency => 2 seconds
[Wed Jun 4 13:32:57 2025][debug] [download] Downloading 1748455030-1
...
[Wed Jun 4 13:32:58 2025][debug] Success downloading 1748455030-1 file...
[Wed Jun 4 13:32:58 2025][debug] [download] Now pausing for a fragment latency => 2 seconds
[Wed Jun 4 13:33:00 2025][debug] [download] Now pausing for a cycle latency => 2 seconds
[Wed Jun 4 13:33:02 2025][debug] [download] Now pausing for a cycle latency => 2 seconds
[Wed Jun 4 13:33:04 2025][debug] [download] Now pausing for a cycle latency => 2 seconds
[Wed Jun 4 13:33:06 2025][debug] [download] Now pausing for a cycle latency => 2 seconds
[Wed Jun 4 13:33:08 2025][debug] [download] Now pausing for a cycle latency => 2 seconds
[Wed Jun 4 13:33:10 2025][debug] [download] Download of 1748455030... Finished.
[Wed Jun 4 13:33:10 2025][debug] [download] Execute orders for package 1748455030.
[Wed Jun 4 13:33:10 2025][info] [download] Building package for 1748455030.
[Wed Jun 4 13:33:10 2025][info] [download] Checking signature for ./1748455030/tmp/build.tar.gz.
[Wed Jun 4 13:33:10 2025][debug] [download] Digest format: Hexadecimal
[Wed Jun 4 13:33:10 2025][debug] [download] Digest algo: MD5
[Wed Jun 4 13:33:10 2025][debug] [download] Digest OK...
[Wed Jun 4 13:33:10 2025][error] [download] Cannot extract 1748455030 with tar, trying with unzip.
[Wed Jun 4 13:33:10 2025][error] [download] Cannot extract 1748455030 with unzip.
[Wed Jun 4 13:33:10 2025][debug] [download] Sending message for 1748455030, code=ERR_BUILD.
[Wed Jun 4 13:33:10 2025][info] [download] Cleaning 1748455030 package.
[Wed Jun 4 13:33:10 2025][debug] [download] Now pausing for a fragment latency => 2 seconds
[Wed Jun 4 13:33:12 2025][debug] [download] Now pausing for a cycle latency => 2 seconds
[Wed Jun 4 13:33:15 2025][info] [download] No more package to download.
[Wed Jun 4 13:33:15 2025][debug] [download] End of work...
Is there a specific command to force the agent to deploy a package only, without requiring inventory or network scanning?