Minimal run-time installation on Linux

The codemeter is not needed according to this post:
https://forum.commonvisionblox.com/t/install-cvb-on-a-ubuntu-20-04-server-without-an-internet-connection/

But I get this error when “forcing” the installation of cvb-camerasuite:

$ sudo dpkg -i --force-all cvb-camerasuite-14.00.010-ubu2004-x86_64.deb
...
Job for cvmgmtd.service failed because the control process exited with error code.
See "systemctl status cvmgmtd.service" and "journalctl -xe" for details.
dpkg: error processing package cvb-camerasuite (--install):
 installed cvb-camerasuite package post-installation script subprocess returned error exit status 1
Processing triggers for systemd (245.4-4ubuntu3.23) ...
Processing triggers for libc-bin (2.31-0ubuntu9.15) ...
Errors were encountered while processing:
 cvb-camerasuite

$ systemctl status cvmgmtd.service
● cvmgmtd.service - Common Vision Blox Management Daemon.
     Loaded: loaded (/lib/systemd/system/cvmgmtd.service; enabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Wed 2024-05-29 08:54:39 CEST; 33s ago

maj 29 08:54:39 writemmstestrig systemd[1]: Starting Common Vision Blox Management Daemon....
maj 29 08:54:39 writemmstestrig cvmgmtd[1089177]: /opt/cvb-14.00.010/bin/cvmgmtd: error while loading shared libraries: libwibucm.so: cannot open shared object file: No such file or directory
maj 29 08:54:39 writemmstestrig systemd[1]: cvmgmtd.service: Control process exited, code=exited, status=127/n/a
maj 29 08:54:39 writemmstestrig systemd[1]: cvmgmtd.service: Failed with result 'exit-code'.
maj 29 08:54:39 writemmstestrig systemd[1]: Failed to start Common Vision Blox Management Daemon..

Can this be ignored?