It is unlikely Sprokkel is packaged by your OS distribution.
You can install it using Cargo:
$ cargo install sprokkel
# With katex-based LaTeX to MathML rendering
$ cargo install sprokkel --features katex
$ sprokkel --help
Or use the provided Nix flake:
$ nix run .# -- --help