$ synth
synth
synthetic data engine on the command line
USAGE:
synth <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
SUBCOMMANDS:
generate Generate data from a namespace
help Prints this message or the help of the given subcommand(s)
import Import data from an external source
init (DEPRECATED). For backward compatibility and is a no-op.
telemetry Toggle anonymous usage data collection
version Version information
Following the installation instruction on the website and run
synth
directly.It can be resolved by installing the debian package of
libssl1.1
manually because Ubuntu 22.04 only has libssl3 in its repository.Then it works without issue.