When I try to install the Emulator via the Tizen package manager, it fails to automatically install the following packages:
libcurl3-gnutls
libglib2.0-0
libv4l-0
As for libcurl3-gnutls, there's no such package in the apt package manager, there's only libcurl3t64-gnutls (I tried apt search libcurl3-gnutls). But in /usr/lib/x86_64-linux-gnu/, there are links from libcurl-gnutls.so.3 to the newer version which is apparently installed.
So how do I trick the installer to think that these dependencies are met or how do I install these dependencies manually, while they are not in the official repo?
Thanks in advance for any help!